mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1826 from uniun/patch-2
The MAX_FILE_SIZE field must precede the file input field.
This commit is contained in:
commit
7fbb9e3a96
@ -1,2 +1,2 @@
|
||||
<input $AttributesHTML />
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="$MaxFileSize" />
|
||||
<input $AttributesHTML />
|
||||
|
Loading…
x
Reference in New Issue
Block a user