Re: ftp'n

Lambert (paumic@ids.net)
Tue, 10 Oct 1995 15:06:03 -0400


>-- [ From: Steve D. Jensen * EMC.Ver #2.5.02 ] --
>
>Does anyone know how to make the proper code
>to enable visitors to my page to ftp a file TO ME?
>I know how the ftp-out works...but I'm unsure about
>ftp-in.
>TIA
>--
>|FrontLine Design, Inc. |Steve D. Jensen |
>|Webmasters, designers |President,CEO |
>| Internet consultants |312-342-1825 |
>| Web site and page | |
>| construction | |
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> http://www.interaccess.com/frontlin

Steve,

THis is one of the new features proposed by HTML 3.0. In a FORM type <INPUT
NAME=INCLUDE TYPE=FILE ACCEPT=" ">.

In the blank space, type the MIME type of the accepted files. A * is a
wildcharacter. Examples are */* for any file, image/* for images,
audio/basic fot basic audio files.

Mike