aboutsummaryrefslogtreecommitdiff
path: root/backends/networking
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-07 18:04:00 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit589b4cd45741ff73ba2d1260a14a14351cfba914 (patch)
tree0a9e0ad9eb71a0a85e8de804fe544e1f29c193b7 /backends/networking
parentbb67b81d04101d5f8457cf2e1fc1e67d09ad29c3 (diff)
downloadscummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.tar.gz
scummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.tar.bz2
scummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.zip
CLOUD: Use "multipart/form-data" in upload form
Diffstat (limited to 'backends/networking')
-rw-r--r--backends/networking/wwwroot.zipbin231000 -> 231030 bytes
-rw-r--r--backends/networking/wwwroot/.files.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/wwwroot.zip b/backends/networking/wwwroot.zip
index de683a05d4..7049289858 100644
--- a/backends/networking/wwwroot.zip
+++ b/backends/networking/wwwroot.zip
Binary files differ
diff --git a/backends/networking/wwwroot/.files.html b/backends/networking/wwwroot/.files.html
index de29ac3fa3..0651346e21 100644
--- a/backends/networking/wwwroot/.files.html
+++ b/backends/networking/wwwroot/.files.html
@@ -25,7 +25,7 @@
</div>
<div id="upload_file" class="modal">
<p>{upload_file_desc}</p>
- <form action="upload" method="post">
+ <form action="upload" method="post" enctype="multipart/form-data">
<input type="hidden" name="path" value="{path}"/>
<input type="file" name="upload_file"/>
<input type="submit" value="{upload_file_button}"/>