aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-08 16:30:11 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commiteaa5fb175939c819785095d23bd67e3514144ec7 (patch)
treeec1f1033284f65edbd6e702dd09c6008f8bfbbc1 /backends/networking/wwwroot
parentf0fc18d2ee02c61524486aa1e73b781a6f64ef23 (diff)
downloadscummvm-rg350-eaa5fb175939c819785095d23bd67e3514144ec7.tar.gz
scummvm-rg350-eaa5fb175939c819785095d23bd67e3514144ec7.tar.bz2
scummvm-rg350-eaa5fb175939c819785095d23bd67e3514144ec7.zip
CLOUD: Put "/upload" "path" parameter in the URL
Diffstat (limited to 'backends/networking/wwwroot')
-rw-r--r--backends/networking/wwwroot/.files.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/networking/wwwroot/.files.html b/backends/networking/wwwroot/.files.html
index 0651346e21..d14acfcd36 100644
--- a/backends/networking/wwwroot/.files.html
+++ b/backends/networking/wwwroot/.files.html
@@ -25,8 +25,7 @@
</div>
<div id="upload_file" class="modal">
<p>{upload_file_desc}</p>
- <form action="upload" method="post" enctype="multipart/form-data">
- <input type="hidden" name="path" value="{path}"/>
+ <form action="upload?path={path}" method="post" enctype="multipart/form-data">
<input type="file" name="upload_file"/>
<input type="submit" value="{upload_file_button}"/>
</form>