X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/824d6dae8f19afdea32a2eb0a8ac08f2af202137..ebf6174c48d1edb21c0c0bc827748e5eb451d2f1:/templates/upload.htm diff --git a/templates/upload.htm b/templates/upload.htm index 0e9d363..9e0abe3 100644 --- a/templates/upload.htm +++ b/templates/upload.htm @@ -10,11 +10,11 @@

Upload a file to {DIR}

-

Back to {DIR}

+

(equals {URL})

-

Using this form, you can upload a file to the current directory ('{DIR}').

+

Back to {DIR}

-

Note: Currently, existing files can't be overwritten, so be careful!

+

Using this form, you can upload a file to the current directory ('{DIR}').


@@ -25,8 +25,15 @@

File to upload:

+

Remote name of the file (optional):
+

+

Transfer mode (see below):
-ASCII Binary (default)

+

+ +

{IF PERL_ARCHIVE_EXTRACT} + +

{ENDIF}

@@ -39,5 +46,16 @@
  • ASCII: Any line separator in the uploaded file will be converted to the system specific line separator. Use this mode for text files, HTML documents, scripts and so on.
  • Binary: 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.
  • + +

    Note:

    + + + +
    + +

    About Dev-Editor

    \ No newline at end of file