The MAX_FILE_SIZE field must precede the file input field.

More here: http://php.net/manual/en/features.file-upload.post-method.php
This commit is contained in:
uniun 2013-05-02 11:15:55 +03:00
parent 131e21d777
commit c48eca1615
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<input $AttributesHTML />
<input type="hidden" name="MAX_FILE_SIZE" value="$MaxFileSize" />
<input $AttributesHTML />