![]() |
![]() |
|
|||||||
| Advanced Scripting and Coding help! Script problem goes here. Advanced users use this forum to help each other. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
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
__________________
Go to Ix web hosting Homepage @ http://www.Ixwebhosting.com Ix web hosting forum @ http://www.ixwebhostingforum.com |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
i have a queston. if you have your own domain name is uploading still all the same?? or how does it work?
|
|
#5
|
||||
|
||||
|
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.
__________________
Go to Ix web hosting Homepage @ http://www.Ixwebhosting.com Ix web hosting forum @ http://www.ixwebhostingforum.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|