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

Re: question on creating a file download servlet

2003-06-09 Thread Mark W. Webb
: [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 browse

RE: question on creating a file download servlet

2003-06-09 Thread Shapira, Yoav
ED] >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(Net

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 actua

Re: file download servlet

2001-09-12 Thread simon
ity reasons but, out 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

Re: file download servlet

2001-09-12 Thread Dmitri Colebatch
g.mp3?filename=song.mp3 > . > So 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 > >

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 &g

RE: file download servlet

2001-09-12 Thread Tony Vinayak
[mailto:[EMAIL PROTECTED]] 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

RE: file download servlet

2001-09-12 Thread Tim O'Neil
riginal 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

RE: file download servlet

2001-09-12 Thread chiuming
k 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 > > > > I asked this questio

RE: file download servlet

2001-09-12 Thread Dinu Jose
r 12, 2001 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 PROTECTE

RE: file download servlet

2001-09-11 Thread Alexander Jesse
: [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/dow

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 si