Page 1 of 1

Can't get file bigger than 30MB to upload

Posted: 31 Dec 2013, 05:50
by Pixels
I have setup my
php.ini with:max_input_time = 1200, post_max_size = 200M,upload_max_filesize = 200M,max_execution_time = 1200
my.ini with: max_allowed_packet = 64MB
and even my applicationhost.config to requestLimits maxAllowedContentLength="2147483648". (Since my environment is under IIS 7.5)
My Admin upload is unlimited, my user (for test) is 150MB and every single time when I upload it comes back with a 404 error.
Nothing stored at logs, no file uploaded and only since to work with documents like doc, pdf, exel, txt, jpg...but not with zip files.

BTW, I'm using the recent versions for Joomla, Phocadownload and PHP.

Any ideas what could be the problem? I even tested uploading using J-Media (to rule out problems with timing, etc.) and it work without problems.

Re: Can't get file bigger than 30MB to upload

Posted: 02 Jan 2014, 15:11
by Jan
Hi, what you mean with recent version of Joomla! there are 3 (1.5.x, 2.5.x, 3.2.x)

Did you test both methods: multiple and single method. I am testing both on localhost (windows) and test server (linux) and everything is Ok for me :idea:

Re: Can't get file bigger than 30MB to upload

Posted: 04 Jan 2014, 01:47
by Pixels
Thanks for your reply. It was actually the Max file upload setting for Administrators. I had 0 for unlimited, but it seams the 0 is recognize has 0MB and not has unlimited. I change it to 200MB and it started working fine.

Re: Can't get file bigger than 30MB to upload

Posted: 06 Jan 2014, 20:25
by Jan
Ok