PureASP Upload description
PureASP Upload is a hi-performance, pure ASP file upload script with progress bar indicator
PureASP Upload is a hi-performance, pure ASP file upload script with progress bar indicator. Let's you upload multiple files with size up to 100th of MB to a disk or database along with another form fields.
Here are some key features of "PureASP Upload":
· Plain ASP text include (_upload.asp) written in VB Script
· Hi-performance multiple file upload from bytes to up to 100MB. (free for up to 10MB), see notes.
· Easy to use, equivalent to ASP Request.Form object.
·
Fully customizable html upload progress bar, progress gallery.
· Secure (https/ssl) file upload
· Custom upload size limit for whole upload (up to 100MB, SizeLimit).
· Custom limit for each file.
· Upload with Image (Text/HTML) preview and file size/form size preview
· Upload/POST large text area, without ~80kB ASP request.Form(..) limit
· Upload to email attachment, administrator email notification after upload
· Save files with original, unique or custom file names
· Upload to SQL/MDB database
· Lot of samples and documentation
Requirements:
· New version of PureASP upload was implemented using ADODB.Stream, ADODB.Recordset and Scripting.FileSystemObject. These objects are required on the server.
· PureASP upload requires BinaryRead method of Request object. So it will not work on some very old versions of ASP (<1.3 I think).
· PureASP upload usess Class feature of VBS v.5. So you will need at least this version of VBS engine installed (IIS4).