]> git.p6c8.net - devedit.git/blobdiff - templates/upload.htm
Changed a comment
[devedit.git] / templates / upload.htm
index 552bb57be413ae940795f0b3b83d99b041ef2884..28ee92c4078a381e2312ceaaf4d6d485ae54c9ae 100644 (file)
 
 <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>
 
-<p><b>Note:</b> Currently, existing files can't be overwritten, so be careful!</p>
-
 <hr>
 
 <form action="{SCRIPT}" method="post" enctype="multipart/form-data">
@@ -30,6 +28,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>
 
@@ -44,5 +44,6 @@
 
 <hr>
 
+<p align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></p>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de