Reputation: 2066
i want to upload a file in a way that user can see how many time is remaining from upload...with php and jquery $.ajax();
Upvotes: 1
Views: 785
Reputation: 3361
If you can't alter your server environment, use one of the Flash based uploading solutions like SWFUpload or Uploadify. (It's not possible to transmit files using pure Ajax as far as I know).
SWFUpload has a speed plugin that does exactly what you want, out of the box.
Upvotes: 2
Reputation: 13088
This might be what you are looking for http://www.uploadify.com/
if not some more information would be helpful, are you using http or ftp upload for starters.
Upvotes: 1
Reputation: 1270
You may want to look into http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/
Upvotes: 3