diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-19 20:23:33 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-19 20:23:33 +0200 |
commit | b69ae10b7423b1753f15bd16e0ae9c8ca5d157e4 (patch) | |
tree | 914182a1333ee940f9538cd67a941bec193e3c05 /files/templates | |
parent | 24e81ce4d58f08e317846d10e1ca3aecb747775d (diff) | |
download | nextcloud-server-b69ae10b7423b1753f15bd16e0ae9c8ca5d157e4.tar.gz nextcloud-server-b69ae10b7423b1753f15bd16e0ae9c8ca5d157e4.zip |
Provide ability to select mutliply files during upload for browsers that support it.
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index a1254eeb423..e2760d80da0 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -6,7 +6,7 @@ <input type="hidden" name="dir" value="<?php echo $_["dir"] ?>" id="dir"> <div id='file_upload_wrapper'> <input class="prettybutton" id='file_upload_filename' value="Upload (max. <?php echo $_["uploadMaxHumanFilesize"];?>)"/> - <input class="prettybutton" type="file" id="file_upload_start" name='file'/> + <input class="prettybutton" type="file" id="file_upload_start" name='files[]'/> </div> <input class="prettybutton" type="button" id="file_upload_submit" name="file_upload_submit" value="OK" /> <iframe id="file_upload_target" name="file_upload_target" src=""></iframe> |