diff options
author | Alexander Tkachev | 2016-07-08 16:30:11 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | eaa5fb175939c819785095d23bd67e3514144ec7 (patch) | |
tree | ec1f1033284f65edbd6e702dd09c6008f8bfbbc1 /backends/networking/wwwroot | |
parent | f0fc18d2ee02c61524486aa1e73b781a6f64ef23 (diff) | |
download | scummvm-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.html | 3 |
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> |