diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-02 19:17:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-02 19:17:43 (GMT) |
commit | 9a7bb5ea47150a3f89e46e4d00b02a4a5c493a76 (patch) | |
tree | 7da0fe5865020d3754ef50e826dfb81fd4af4b07 /web-static/upload-form.html | |
parent | 08a180f1ce8ddcca57f28237a09ff75d7b36ef68 (diff) |
fix upload cleaner if tempdir ist specified without trailing /
Diffstat (limited to 'web-static/upload-form.html')
-rw-r--r-- | web-static/upload-form.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-static/upload-form.html b/web-static/upload-form.html index bbb397c..8d41a6e 100644 --- a/web-static/upload-form.html +++ b/web-static/upload-form.html @@ -1,12 +1,13 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8"> <title>rhimportd File Upload</title> </head> <body> <div class="container"> <h1>rhimportd File Upload</h1> - <form class="form-upload" method="post" action="/public/upload" enctype="multipart/form-data"> + <form class="form-upload" method="post" action="https://import.helsinki.at/upload" enctype="multipart/form-data"> <fieldset> <label for="LOGIN_NAME">Username:</label> <input type="text" name="LOGIN_NAME"> |