Hello,
I'm having pdf files stored(as ole object) in an access DB.
How can i let u user download/open these files from the database on an ASP page?
Printable View
Hello,
I'm having pdf files stored(as ole object) in an access DB.
How can i let u user download/open these files from the database on an ASP page?
if all else fails, you could write a temp file to your server from the data
and use adodb.stream to have the user download that file.
If you always write those temp files to the same dir, you can have any page on your site that loads often to delete all temp files more than half hour old. So the site will never fill up.