Re: [openupload-devel] File size exceeded
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2013-01-19 11:15:25
|
Il 2013-01-18 11:23 Freaky ha scritto: > Hi, > > I'm running into errors uploading files and get an error file size > exceeded. > > Not being a dev I'm running out of options. Get this error even with > 2k > files. I've inserted some code and $_FILES['tag']['error'] (don't > recall > the actual input field name :)) indeed returns 2 (which means file > size > exceeded). It's driving me insane :). > > First I tried Filez. Filez seems highly 'unstable' (git dev code, non > matching/lacking db table layouts, docs don't match git code, etc.). > Filez uses APC for upload progress too. Had too much issues getting > it > to work and found this then. This had some login issues, fixed those > and > get the same upload error to my surprise. > > Post size and upload size is set to 3072M - so no, 2k does not exceed > that by far. The upload page reflects that too stating max upload > size > is 3G. > > What's odd is that I created some simple scripts like this: > PHP has a 2GB limit for uploaded files. If you want to go further you'll need some other software which uses perl to upload files. Try changing the limit in php.ini first. Alessandro |