Index: trunk/phase3/includes/SpecialImport.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | <form enctype='multipart/form-data' method='post' action=\"$action\"> |
97 | 97 | <input type='hidden' name='action' value='submit' /> |
98 | 98 | <input type='hidden' name='source' value='upload' /> |
99 | | - <input type='hidden' name='MAX_FILE_SIZE' value='2000000' /> |
| 99 | + <input type='hidden' name='MAX_FILE_SIZE' value='2097152' /> |
100 | 100 | <input type='file' name='xmlimport' value='' size='30' /> |
101 | 101 | <input type='submit' value=\"" . wfMsgHtml( "uploadbtn" ) . "\" /> |
102 | 102 | </form> |