diff options
author | Alexander Tkachev | 2016-07-07 18:04:00 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 589b4cd45741ff73ba2d1260a14a14351cfba914 (patch) | |
tree | 0a9e0ad9eb71a0a85e8de804fe544e1f29c193b7 | |
parent | bb67b81d04101d5f8457cf2e1fc1e67d09ad29c3 (diff) | |
download | scummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.tar.gz scummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.tar.bz2 scummvm-rg350-589b4cd45741ff73ba2d1260a14a14351cfba914.zip |
CLOUD: Use "multipart/form-data" in upload form
-rw-r--r-- | backends/networking/wwwroot.zip | bin | 231000 -> 231030 bytes | |||
-rw-r--r-- | backends/networking/wwwroot/.files.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/wwwroot.zip b/backends/networking/wwwroot.zip Binary files differindex de683a05d4..7049289858 100644 --- a/backends/networking/wwwroot.zip +++ b/backends/networking/wwwroot.zip 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}"/> |