Upload Issue

5 posts by 4 authors in: Forums > CMS Builder
Last Post: May 21, 2010   (RSS)

By sykomac - May 20, 2010

I created a new section that has an upload field.

My customer has a 50meg file that he needs to upload so I took off the upload limit.

About 60% of the way through the upload he gets a popup window that says he needs to login again. His upload never finishes.

Any ideas what to look at to fix this?

Thanks,
Paul

Re: [sykomac] Upload Issue

By ross - May 20, 2010

Hi Paul

Thanks for posting!

It could be a timeout issue. Even though you've turned off the upload limitations in CMS Builder, your server might still be saying no.

Do you get the same problem when you are uploading smaller files?

What I recommend is contacting your webhost and asking them what the max file upload is set to on the server itself.

Let us know how you make out.

Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] Upload Issue

By sykomac - May 21, 2010

Ross,

I checked my php.ini file and it was set to 10meg.

I know I changed it before but I guess I didn't. So, I increased the max file size to 100meg. The uploads still get to about 90% done (about 40meg of the 50meg file) and then I get the popup window.

The message on the popup is:
http://www.mydomain.com
Please login again.

Re: [sykomac] Upload Issue

By jarvis - May 21, 2010

Try altering:
- upload_max_filesize
- post_max_size

You may also want to check
- set_time_limit OR max_execution_time

That may assist you