Web Worm
Web Worm

Reputation: 2066

getting time remaing from file upload with php

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

Answers (3)

Open Source
Open Source

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

Matti Lyra
Matti Lyra

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

neo
neo

Reputation: 1270

You may want to look into http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/

Upvotes: 3

Related Questions