Page 1 of 1

Need Help in Large File Uploads.

Posted: Sun Nov 13, 2005 5:37 am
by srinivaasan
Hello to all,

I like to know if there is any PHP script which will upload huge "files" say a media files like [mpg, dat, mp3, etc.,] to the server. The script must be able to show the progress bar. same like in Yahoo attachments.

My question is.

Can it be done in PHP ?

Is there a script available for that to do ?

Can the interface be done in FLASH and backend server script in PHP ?

Please reply. Need your help urgently...

Thanks regards

Srinivaasan

Posted: Sun Nov 13, 2005 11:21 am
by shoebappa
http://www.devpro.it/upload_progress/

Uses AJAX and PHP to make it work.

Also there's a max upload limit in the php.ini make sure you set that high enough.