]> jfr.im git - uguu.git/blobdiff - templates/upload_form.swig
exclude js faq & tools
[uguu.git] / templates / upload_form.swig
index 6c5de14237e17338cf600d9ed5271a19b6e63003..5e8832fe262a61b550e7c84079bd33fb4d1b6802 100644 (file)
@@ -1,5 +1,5 @@
 <form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
-       <button id="upload-btn" class="btn" type="button">Select or drop file(s)</button>
+       <button id="upload-btn" class="btn" type="button">Drop or paste file(s)</button>
        <input type="file" id="upload-input" name="files[]" multiple data-max-size="{{max_upload_size}}MiB">
        <input type="submit" value="Submit">
 </form>