How to create download-dialog for file in database
Posted onIf you store your files in a database (as blob) you do not have a physical path to the file. How can you let the user download the file when the file isn’t fysically there? Here is the code you need to create such a download dialog. In my case the documents (in the database) […]