Merge pull request #1826 from uniun/patch-2

The MAX_FILE_SIZE field must precede the file input field.
This commit is contained in:
Sean Harvey 2013-05-02 14:05:32 -07:00
commit 7fbb9e3a96

View File

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