<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&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">
<input type="file" name="uploaded_file" size="35"></p>
<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>
+<input type="radio" name="ascii" id="ascii" value="1"><label for="ascii">ASCII</label> <input type="radio" name="ascii" id="binary" value="0" checked><label for="binary">Binary (default)</label></p>
+
+<p><input type="checkbox" name="overwrite" id="overwrite"><label for="overwrite">Overwrite file if it already exists</label></p>
<p><input type="submit" value="Upload file!"></p>
</form>
<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