Using jquery uploadprogress: http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/
I have pecl uploadprogress installed on the server currently Im just really not sure how this works.
Where I am having trouble is in the uploadprogress.php basically this is the part where it returns
if(@$_GET['id']){
echo json_encode(uploadprogress_get_info($_REQUEST['id']));
exit();
}
from what I see in the example.
Basically I am not really sure where to add my code to do all the dirty work, do i put it within that statement? When I do it does not really do anything. Has anyone had any experience with this extension/plugin?
It seems that i do have it working if i just have it like that. But when i try to add my code does not work.
Thanks.