Re: Validate by File Upload - increase size of form input box

On Fri, 25 Jan 2008 08:54:06 +0000
webedit[f2s] wrote:

> Wonderful service.
> Just one little detail: validation by file upload would be easier if
> you were to double the size of the file upload input box - currently
> 45, suggest 90. Thanks and regards,  Douglas Steven

Are you talking: 
 * "SIZE" of the input slot for characters visible which is currently
set in HTML at 30.
 * "MAXLENGTH" of the input variable which is not set in HTML.
 * Browser maximum filename length.
 * Local OS pathname max-length that you browser is running on.
 * Maximum length set by a handler script for filename length.
 * Maximum acceptable filename size by the server, which is an OS
dependant issue (though the server should create temporary filenames
anyway).

and why would you want huge filenames anyway?

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416

Received on Saturday, 26 January 2008 01:34:48 UTC