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: [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

Re: [sykomac] Upload Issue

By rconring - May 21, 2010

Had the same problem until I changed all these to:

post_max_size = "100M"
max_execution_time = 3000
upload_max_filesize = "100M"

Had no more issues ... the execution time has to be increased along with the file size.
Ron Conring
Conring Automation Services
----------------------------------------
Software for Business and Industry Since 1987