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

crestiksa
12-16-2009, 06:28 PM
Many Thanks Lilith Its quite odd, my files upload no problems, but when they appear on your servers, they have a memory of 0.

Im uploading mainly from my works PC, so maybe the problems at my end? Apologies if thats the case.

bossantonio
02-23-2010, 05:31 PM
i have a queston. if you have your own domain name is uploading still all the same?? or how does it work?

Administrator
02-24-2010, 05:16 PM
you can choose to upload files to server via ftp client software instead of php scripts. let say you are stuck with the upload scripts, and the files are too huge for browser to do the job... its time to use ftp client for the work. :)