mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
131e21d777
commit
c48eca1615
@ -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