Example demonstrates IUploadHandle interface that allows to do custom
actions while uploading.
This sample demonstrates saving files directly to SQL batabase while uploading
without saving to hard disk.
To run sample you need:
1. Make at SQL Server new database called PowUpload
2. Make new table called Files (dbo.Files) with columns: FileName
of type varchar and data of type image
3. Modify Connection String to connect to the database.
4. Comment at Multiplefilesupload.aspx file saving code (file will be saved to
database while upload)
Other examples
Used files: Bin\Element-IT.PowUpload.dll, Web.Config,
IUploadHandle.aspx, SQLDbWriterUploadHandler.aspx, Multiplefilesupload.aspx, Progress.aspx,
PowUploadScripts.js, Styles.css [Optional]