Upload a File to

GET_URL : Transferring a file from a Server

You can use this to transfer a file to us from another server.
Enter the URL to retrieve:
What name should it be saved as:
Note that if you leave the name field blank, a random name will be generated.

or ..

PUT_FILE: Transferring a file from a Client

If the client has Netscape 2.01, or some other browser that supports the type=file FORM attribute, you can use PUT_FILE to allow her to upload documents to the server.

(it will be saved with an arbitrary name).

Send this file

Notes on NetScape

  1. NetScape 2.0 has a partial implementation of this attribute (it only seems to work when you send a text file, and when no other INPUT statements appear in the form).
  2. Netscape 2.01 is correct -- you can specify many files and several "miscellaneous" input fields (which will be written to the "upload log" file) in one FORM. In addition, one can include a name field to specify what name to use on the server. For example, you can include the following in the above FORM:

    What name should we use for this file:<br>
    <INPUT TYPE="text" name="userfile">