For the ASP Uploader, is there an example for uploading into a database?
I saw one for the Ajax Uploader, but can't find an exampe for ASP Uploader.
Hi,
the classic asp version does not support to upload the file into database directly. I suggest you upload the file to your server first, then use your own code to save the file into database.
Regards,
Ken