diff options
Diffstat (limited to 'backends')
-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}"/> |