aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-10 10:29:51 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit3064b44b92e8d0aff3a7d5b4b721d635ead7c5e9 (patch)
tree7204ec1c9debb966f44c17b248b535d91f3b5cc1 /backends/networking/wwwroot
parent12518ed0bf60689e69c9f569bf90d5466cdc0551 (diff)
downloadscummvm-rg350-3064b44b92e8d0aff3a7d5b4b721d635ead7c5e9.tar.gz
scummvm-rg350-3064b44b92e8d0aff3a7d5b4b721d635ead7c5e9.tar.bz2
scummvm-rg350-3064b44b92e8d0aff3a7d5b4b721d635ead7c5e9.zip
CLOUD: Switch to "multiple" files uploading
Still doesn't support directories uploading.
Diffstat (limited to 'backends/networking/wwwroot')
-rw-r--r--backends/networking/wwwroot/.files.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/wwwroot/.files.html b/backends/networking/wwwroot/.files.html
index d14acfcd36..c83a59f718 100644
--- a/backends/networking/wwwroot/.files.html
+++ b/backends/networking/wwwroot/.files.html
@@ -26,7 +26,7 @@
<div id="upload_file" class="modal">
<p>{upload_file_desc}</p>
<form action="upload?path={path}" method="post" enctype="multipart/form-data">
- <input type="file" name="upload_file"/>
+ <input type="file" name="upload_file[]" multiple/>
<input type="submit" value="{upload_file_button}"/>
</form>
</div>