Posted by jodleren on 02/15/07 12:55
On Feb 15, 2:51 pm, Daniele <"dmassaiu{["@]}yahoo.co.uk> wrote:
> i had a similar problem in safari 2.0.3 resolved in 2.0.4
> just close the tag files
> <input type="file" name="newfile" size="25"/>
>
> maybe like this
> <form enctype="multipart/form-data" action="uploader.php" method="POST">
> <input type="hidden" name="MAX_FILE_SIZE" value="100000" />
> <input name="uploadedfile" type="file" />
> <input type="submit" value="Upload File" />
> </form>
Will test.
Question: I see the MAX_FILE_SIZE, have seen it elsewhere.... any
special reason for that?
BR
Sonnich
Navigation:
[Reply to this message]
|