if i have some files on my system that are not accessible via http and i have a servlet that obtains the filename from the url query then i want the servlet to open the file and send to the client with the correct file type and correct file name what objects should i be using and what properties should i be sending , some sample code would be nice example file is NewsLetter.pdf not bother about the servlet code handing the url just sending the pdf's data to the client with the correct name and file type
TIA Stephen
Discussions
Web tier: servlets, JSP, Web frameworks: Sending file private file to web client for download
-
Sending file private file to web client for download (1 messages)
- Posted by: stephen smithstone
- Posted on: March 29 2004 16:32 EST
Threaded Messages (1)
- Sending file private file to web client for download by stephen smithstone on March 30 2004 03:25 EST
-
Sending file private file to web client for download[ Go to top ]
- Posted by: stephen smithstone
- Posted on: March 30 2004 03:25 EST
- in response to stephen smithstone
no matter got something working now