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