Re: [openupload-devel] File size exceeded
Status: Beta
Brought to you by:
tsdogs
|
From: gmartin <gm...@gm...> - 2013-01-19 14:42:48
|
Alessandro, Can php support larger files if you are running on a 64bit OS? I was under the opinion that the limit was due to the php integer size which would be larger when compiled for 64bit That said, the problem here seems one of configuration On Saturday, January 19, 2013, Alessandro Briosi wrote: > 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 > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122912 > _______________________________________________ > Openupload-devel mailing list > Ope...@li... <javascript:;> > https://lists.sourceforge.net/lists/listinfo/openupload-devel > -- \\Greg |