]> git.p6c8.net - devedit.git/blobdiff - templates/upload.htm
Changed version number to 3.1
[devedit.git] / templates / upload.htm
index c450fb80157d2093281727eab84d979dfe4b3679..494bbb4c11b5a815a1187c975ece691fe29c203a 100644 (file)
 <p>File to upload:<br>
 <input type="file" name="uploaded_file" size="35"></p>
 
+<p>Remote name of the file (optional):<br>
+<input type="text" name="remote_file" size="35"></p>
+
 <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>
 <li><b>Binary:</b> The file will be uploaded as it is. Use this transfer mode for images, executable files and archives, for example. This is the default transfer mode.</li>
 </ul>
 
+<p><b>Note:</b></p>
+
+<ul>
+<li>If you specify an other remote name for the uploaded file, all slashes and backslashes will be removed from the entered value.</li>
+</ul>
+
 <hr>
 
 <p align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></p>

patrick-canterino.de