|
|
|
@ -19,8 +19,6 @@ |
|
|
|
|
<input type="hidden" name="MAX_FILE_SIZE" id="max_upload" |
|
|
|
|
value="<?php p($_['uploadMaxFilesize']) ?>">
|
|
|
|
|
<?php endif;?> |
|
|
|
|
<!-- Send the requesttoken, this is needed for older IE versions |
|
|
|
|
because they don't send the CSRF token via HTTP header in this case --> |
|
|
|
|
<input type="hidden" class="max_human_file_size" |
|
|
|
|
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)">
|
|
|
|
|
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
|
|
|
|
|