[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iGETMIMEFILE> Tag


<iGETMIMEFILEFILENAME="filename to save"
NAME="file uploaded"
>

UsageThis is used to get the file contents of an uploaded file and write them to disk. It requires the use of the <iGETMIMENAME> tag to identify the file being uploaded. FILENAME is the name of the file to save. The example below shows how to upload a file through a browser.
NoteThis only works with Netscape 2.0 and above browsers and MS IE 3.02 and above.


iGETMIMEFILE Example
Example Source Code
Top