Larger Uploads Not Working
5 posts by 3 authors in: Forums > CMS Builder
Last Post: September 16, 2008 (RSS)
There seems to be a problem on larger video uploads where the system seems to time out or not upload at all. Pictures, and PDF's seem to be fine but they are a bit smaller. The last video we tried to upload was only 11MB and I had set the file type correctly and allowed for a 20 MB upload size.
This is a older version of CMSB (1.13) but has been working in the past.
Please let me know if there is a way to fix this or if there is something I am missing.
Thanks,
This is a older version of CMSB (1.13) but has been working in the past.
Please let me know if there is a way to fix this or if there is something I am missing.
Thanks,
Michael Moyers
Owner of Just Rite Design Inc. A growing network of professionals in web design, graphic design, flash development, programming, and audio & video productions.
"Due to budget constraints, the Light at the end of the tunnel will be temporarily out!"
Owner of Just Rite Design Inc. A growing network of professionals in web design, graphic design, flash development, programming, and audio & video productions.
"Due to budget constraints, the Light at the end of the tunnel will be temporarily out!"
Re: [justritedesign] Larger Uploads Not Working
By Dave - September 15, 2008
Hi Michael,
The web host can impose arbitrary upload limits. If you have a PHP info script you can look for these settings: ( or a recent version of CMS Builder try: admin.php?menu=admin&action=phpinfo )
file_uploads
max_input_time
post_max_size
upload_max_filesize
Let me know if you can find those or not. If not I'll post a script for you to display them.
The web host can impose arbitrary upload limits. If you have a PHP info script you can look for these settings: ( or a recent version of CMS Builder try: admin.php?menu=admin&action=phpinfo )
file_uploads
max_input_time
post_max_size
upload_max_filesize
Let me know if you can find those or not. If not I'll post a script for you to display them.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Larger Uploads Not Working
Hey Dave,
file_uploads ..... ON
max_input_time ..... 60
post_max_file ..... 8MB
upload_max_filesize ..... 10MB
Both local and master values were the same in each case.
I see that 10MB filesize is probably the trouble maker. Is there a way around that on my own or do I need to contact my host to ask for the changes?
Thanks again,
file_uploads ..... ON
max_input_time ..... 60
post_max_file ..... 8MB
upload_max_filesize ..... 10MB
Both local and master values were the same in each case.
I see that 10MB filesize is probably the trouble maker. Is there a way around that on my own or do I need to contact my host to ask for the changes?
Thanks again,
Michael Moyers
Owner of Just Rite Design Inc. A growing network of professionals in web design, graphic design, flash development, programming, and audio & video productions.
"Due to budget constraints, the Light at the end of the tunnel will be temporarily out!"
Owner of Just Rite Design Inc. A growing network of professionals in web design, graphic design, flash development, programming, and audio & video productions.
"Due to budget constraints, the Light at the end of the tunnel will be temporarily out!"
Re: [justritedesign] Larger Uploads Not Working
By Donna - September 16, 2008
Hi there,
Since that's a server setting, you'd have to contact your host to see if they'll increase it for you. :)
Since that's a server setting, you'd have to contact your host to see if they'll increase it for you. :)
Donna
--
support@interactivetools.com
--
support@interactivetools.com
Re: [justritedesign] Larger Uploads Not Working
By Dave - September 16, 2008
Sometimes you can override it yourself with a custom php.ini file (look in the root of your website), but that as well is up to the host whether they provide that.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com