Prev: Spreadsheet_Excel_Reader problem
Next: best way to set up an include path for a multi-level project?
From: Rene Veerman on 16 Mar 2010 18:26 jumploader.com might be interesting to you.. On Tue, Mar 16, 2010 at 3:19 PM, Richard H Lee <richard(a)webdezign.co.uk> wrote: > p.general, > > I have a form with 75 or so file input controls: <input type="file" ... > > Usually when I submit the form, I only upload two or so files. So in the > post request, it sends the two files along with the other blank 73 fields. > This has been working fine on my live and test servers so far. > > However as of the past few days only the first 20 file fields are recieved > on the live server. I saw this by dumping the $_FILES array. This does not > happen on the test server. I can see all 75 file fields been sent across in > the POST header in wireshark, but but only the first 20 appear in the > $_FILES array. > > Has anyone come across this problem of the $_FILE array being truncated? I > don't recall changing anything on the live server. > > Richard > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
From: "Ford, Mike" on 17 Mar 2010 11:52 > -----Original Message----- > From: Kim Madsen [mailto:php.net(a)emax.dk] > Sent: 16 March 2010 18:54 > when the field is changed (onChange()) or out of focus (is there > such a > function? onUnFocus()? :-)). onBlur() (Keeping the A as short as the Q is OT!) Cheers! Mike -- Mike Ford, Electronic Information Developer, Libraries and Learning Innovation, Leeds Metropolitan University, C507, Civic Quarter Campus, Woodhouse Lane, LEEDS, LS1 3HE, United Kingdom Email: m.ford(a)leedsmet.ac.uk Tel: +44 113 812 4730 To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm
First
|
Prev
|
Pages: 1 2 Prev: Spreadsheet_Excel_Reader problem Next: best way to set up an include path for a multi-level project? |