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.
Can't get file bigger than 30MB to upload
-
- Phoca Newbie
- Posts: 5
- Joined: 30 Oct 2013, 20:29
- Jan
- Phoca Hero
- Posts: 48568
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Can't get file bigger than 30MB to upload
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
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

If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 30 Oct 2013, 20:29
Re: Can't get file bigger than 30MB to upload
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.
- Jan
- Phoca Hero
- Posts: 48568
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Can't get file bigger than 30MB to upload
Ok
If you find Phoca extensions useful, please support the project