Can't get file bigger than 30MB to upload
Posted: 31 Dec 2013, 05:50
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.
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.