Need Help in Large File Uploads.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
srinivaasan
Forum Newbie
Posts: 12
Joined: Mon Aug 15, 2005 6:03 am
Contact:

Need Help in Large File Uploads.

Post 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
User avatar
shoebappa
Forum Contributor
Posts: 158
Joined: Mon Jul 11, 2005 9:14 pm
Location: Norfolk, VA

Post 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.
Post Reply