I am creating a web page where users can upload files ( exel or word ) and save them in a SQL server and then others can see those files and have the possibility to print them. The truth is that I am having problems to create a method that allows printing. Is there any way? Thanks.
I have all the code to upload and download the files so it would be a bit tedious to copy the entire file. To download the files I basically use the DownloadFromDatabase (File) method or to upload them use SQL (INSERT ...) and then ExcecuteQuery ().
Then the question would be simply which method / command exists to print the files or explain a small example.
Thank you.