Persits ASPUpload Information

ASPUpload enables an ASP application to capture, save and process files uploaded to the web server with a browser. The files are selected for uploading via an HTML POST form using the tag.

Some features include:

  • Ability to upload multiple files at once.
  • Access to text items on the form.
  • HTML-based progress bar.
  • Ability to save files in the database as blobs.
  • Support for MS Access OLE Object headers.
  • Ability to export files from the database.
  • Automatic generation of unique file names to prevent collisions with existing files.
  • Ability to put a limit on the size of files being uploaded.
  • Ability to preserve files' "Last Modified" timestamp.
  • Full ADO support when handling blobs.
  • Directory uploads
  • Image size and type extraction functionality.

 

MORE INFORMATION:

User manual: http://www.aspupload.com/manual.html
For Live Demo: http://www.aspupload.com/livedemo.html

  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

Graphics Server .NET Information

Graphics Server .NET is an ASP.NET charting component that can be used to generate charts from...

Persits ASPJpeg Sample Code

Sample code to resize an image with ASPJpeg 1.6. User will need to customize...

Persits ASPJpeg Information

AspJpeg is a high-quality image thumbnail component that can resize images on-the-fly. Some...

WebSupergoo ABCpdf.NET Information

WebSupergoo ABCpdf.NET is an ASP.NET component that creates PDF files on the fly. WebSupergoo...

Sample Code for ASPPDF.NET

1 2 3 <%@ Assembly name="ABCpdf,...