How do I let client to download file stored in access database as BLOB without use of 3rd party components?
I guess I use stream object to send it to client but how to convert blob to file, which LoadFromFile property will accept?
i havent actually tested it, but until i get a chance, here's something to give a swing at :
you can use blobs in a DB to house images, these can in turn be streamed into a page for display, this doesn't differ from a regular download, so if you take the blob, add your proper response.addheader ( for contenttype etc ) you should be able to convert the image display code to a download page from db.
DreX
aKa - Robert if all else fails, light it on fire and do the happy dance!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.