]> git.p6c8.net - devedit.git/blobdiff - templates/upload.htm
Added an option for overwriting files during file upload if they already exist
[devedit.git] / templates / upload.htm
index 276bc6b3fa2b966a1b901b0a99059bd82ac79865..cdc1f37992f4630dd15ce1a8a6867773c036b2e0 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <p>Using this form, you can upload a file to the current directory ('{DIR}').</p>
 
@@ -30,6 +30,8 @@
 <p>Transfer mode (see below):<br>
 <input type="radio" name="ascii" value="1">ASCII <input type="radio" name="ascii" value="0" checked>Binary (default)</p>
 
+<p><input type="checkbox" name="overwrite">Overwrite file if it already exists</p>
+
 <p><input type="submit" value="Upload file!"></p>
 </form>
 

patrick-canterino.de