can not upload big file
2 posts by 2 authors in: Forums > CMS Builder
Last Post: December 12, 2012 (RSS)
Hi,
We have a lot of file need upload. All are big. (more than 200MB)
In the cmsAdmin panel. I have changed the upload Maximum upload size setting "uncheck". other set 500000 Kbytes.
Still can not upload the bigger file & without any error message.
We have a lot of file need upload. All are big. (more than 200MB)
In the cmsAdmin panel. I have changed the upload Maximum upload size setting "uncheck". other set 500000 Kbytes.
Still can not upload the bigger file & without any error message.
-Jax H.
Re: can not upload big file
Hi,
You could try increasing the maximum file size in your php.ini file, this is a file that will be in the base of your cmsAdmin directory, and if you change line 21 to something like this:
then you may be able to upload larger file sizes. You might find that the upload still doesn't work as most hosting companies have an internal limit on the size of files that can be uploaded, so it's probably worth contacting them to find out what that is and if they can change it.
Thanks!
You could try increasing the maximum file size in your php.ini file, this is a file that will be in the base of your cmsAdmin directory, and if you change line 21 to something like this:
upload_max_filesize = 1000M
then you may be able to upload larger file sizes. You might find that the upload still doesn't work as most hosting companies have an internal limit on the size of files that can be uploaded, so it's probably worth contacting them to find out what that is and if they can change it.
Thanks!
Greg Thomas
PHP Programmer - interactivetools.com
PHP Programmer - interactivetools.com