Hi, In my application i need to allow user to upload files, View list of uploaded files and download a specific file. I have sucessfully configured my application to upload the file using FormFile as type for my file field. Now the problem is how to Get data from database and show a downloadable link.
There are n number of examples for file upload but none of them cover the download part. i.e Getting file from database which is stored as blob and display a downloadable link on browser. Any suggetion will be a great help ----------------------------- Thanks and Regards Anurag Shinde.