[PLUG] Re: PHP question

Matt Alexander m at netpro.to
Sun May 19 06:04:25 UTC 2002


One other thing...  You must have this line:

<input type="hidden" name="MAX_FILE_SIZE" value="200000">

Otherwise the upload won't work (with no obvious explanation as to what
went wrong).  The value can be changed to what you want (within the limits
of the php.ini file, of course), but this line must be present in the HTML
file.
~M





More information about the PLUG mailing list