X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/8471bffa3989846e162bbbe3e59a265b85e31ad1..701ad89488cb2bfbb84104319f6d66616948d80e:/templates/upload.htm

diff --git a/templates/upload.htm b/templates/upload.htm
index 4f5759a..be3e2d0 100644
--- a/templates/upload.htm
+++ b/templates/upload.htm
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR_URL}">Back to {DIR}</a></p>
 
 <p>Using this form, you can upload a file to the current directory ('{DIR}').</p>
 
@@ -28,7 +28,7 @@
 <p>Transfer mode (see below):<br>
 <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="checkbox" name="overwrite" id="overwrite"><label for="overwrite">Overwrite existing file</label></p>
 
 <p><input type="submit" value="Upload file!"></p>
 </form>