question on creating a file download servlet

2003-06-09 Thread Mark W. Webb
I need to write a servlet that handles file downloads, so that I can audit who downloaded from where, when..etc. When I click on the link to download a file, the Save As window comes up in my browser(Netscape), and as a default filename I get the servlet name. Is there a way to list the actual

RE: question on creating a file download servlet

2003-06-09 Thread Shapira, Yoav
on creating a file download servlet I need to write a servlet that handles file downloads, so that I can audit who downloaded from where, when..etc. When I click on the link to download a file, the Save As window comes up in my browser(Netscape), and as a default filename I get the servlet name

Re: question on creating a file download servlet

2003-06-09 Thread Mark W. Webb
To: [EMAIL PROTECTED] Subject: question on creating a file download servlet I need to write a servlet that handles file downloads, so that I can audit who downloaded from where, when..etc. When I click on the link to download a file, the Save As window comes up in my browser(Netscape

Re: question on creating a file download servlet

2003-06-09 Thread budi
check this out: http://www.fawcette.com/javapro/2002_03/online/online_eprods/servlets_03_08/ budi ---Original Message--- From: Mark W. Webb Subject: question on creating a file download servlet Sent: 09 Jun 2003 19:33:37 I need to write a servlet

RE: file download servlet

2001-09-12 Thread Dinu Jose
11:54 AM To: tomcat-user Subject: RE: file download servlet Hi, have you tried with different browsers? I remember vaguely that this kind of stuff can also be working in one browser and not work in another one... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: file download servlet

2001-09-12 Thread chiuming
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:53 PM To: [EMAIL PROTECTED] Subject: file download servlet I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint

RE: file download servlet

2001-09-12 Thread Tim O'Neil
that this kind of stuff can also be working in one browser and not work in another one... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:53 PM To: [EMAIL PROTECTED] Subject: file download servlet

RE: file download servlet

2001-09-12 Thread Tony Vinayak
]] Sent: Wednesday, September 12, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: RE: file download servlet The server sends a header that describes the file type. See mime types. At 10:45 AM 9/12/2001, you wrote: But how exactly does web server instruct web browser to save the stream of bytes

Re: file download servlet

2001-09-12 Thread Ketan Patel
song.mp3 will be the filename. -Ketan chiuming wrote: I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint. I have a file download servlet serves web browsers. request to file is like this http://192.168.1.105/download/servlet

Re: file download servlet

2001-09-12 Thread Dmitri Colebatch
while downloading the extrapath song.mp3 will be the filename. -Ketan chiuming wrote: I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint. I have a file download servlet serves web browsers. request to file

Re: file download servlet

2001-09-12 Thread simon
of interest, is the above URL really considered illegal or a security threat? - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 1:48 PM Subject: Re: file download servlet you could go a step further than

file download servlet

2001-09-11 Thread chiuming
I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint. I have a file download servlet serves web browsers. request to file is like this http://192.168.1.105/download/servlet/download?filename=song.mp3 The file on the server side

RE: file download servlet

2001-09-11 Thread Alexander Jesse
To: [EMAIL PROTECTED] Subject: file download servlet I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint. I have a file download servlet serves web browsers. request to file is like this http://192.168.1.105/download/servlet/download