PDA

View Full Version : help.. uploading 100mb files


JSDesign
07-02-2007, 07:34 PM
i have php script to do the uploading.
but it won't allow me to upload the 100mb files to server.

any setting that i need to make?

Administrator
08-13-2008, 02:50 AM
hi, shared hosting is usually limited with maximum file size that you can upload, as a single file size limit.

any how, you can try to change the php.ini setting.

upload_max_filesize = 8M
to
upload_max_filesize = 100M
etc.

http://forums.dathorn.com/showthread.php?t=1882
http://drupal.org/node/100373