aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot/.files.html
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/wwwroot/.files.html')
-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>