J
Joe Bloggs
I have an Oracle database that holds a Blob field containing a PDF
report. I've been researching into if its possible to implement a Brose
for folder functionality in a web page so to allow a user to specify a
folder to download the PDF to. The only way I can think of doing this at
the moment is to first download the report to the Webserver and then
have a link on the web page to the location of the downloaded report and
then the user would access like a standard link to a file. What I would
really like to do is to allow the user to select a folder location and
then download directly to that location rather than storing the output
temporarily on the web server. Is it possible to implement browse folder
functionality from a web page?
I know its possible using a Windows Form application.
report. I've been researching into if its possible to implement a Brose
for folder functionality in a web page so to allow a user to specify a
folder to download the PDF to. The only way I can think of doing this at
the moment is to first download the report to the Webserver and then
have a link on the web page to the location of the downloaded report and
then the user would access like a standard link to a file. What I would
really like to do is to allow the user to select a folder location and
then download directly to that location rather than storing the output
temporarily on the web server. Is it possible to implement browse folder
functionality from a web page?
I know its possible using a Windows Form application.