WebDropBox
WebDroPbox is compatible with recent versions of major browsers, starting
with Netscape 2.0 and Internet Explorer 4.0. It eliminates the disadvantages
of combersome email attachments and eliminates the security issues involved
with anonymous FTP.
It lets you to place an "upload" form on an HTML page, allowing visitors
to upload the file directly from within their web browser.
Sample WebDropBox
Instructions:
Place the following code into an HTML document:
<FORM ENCTYPE="multipart/form-data" ACTION="/cgi-t/webdropbox"
METHOD=POST>
Send this file:
<INPUT TYPE=file NAME="userfile">
<INPUT TYPE=submit VALUE="Send File">
<INPUT TYPE=hidden NAME="email" VALUE="youremail@yourisp.com">
</FORM>
With the optional "email"
tag, you will receive an email notification when someone uploads a
file to your WebDropBox.
Please note the following:
- Uploaded files appear in your /webdropbox
directory (une level up from /htdocs, then select /webdropbox)
- The /webdropbox directory is considered
to be temporary storage. You are responsible for removing files from
this area as soon as possible.
- Due to security reasons, the uploaded file may not retain its original
name.
- Browser versions older than Netscape 2.0 or Internet Explorer 4.0
do not support the "file upload" feature.

|