Re: RES: Download Tracking

2008-11-13 Thread Mike Duncan
te the buttons that are pressed by the user? > > Sio > > -Mensagem original- > De: Mike Duncan [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 13 de novembro de 2008 16:52 > Para: Tomcat Users List > Assunto: Re: Download Tracking > > > It may not be

Re: Download Tracking

2008-11-13 Thread Mike Duncan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I do not know of one off-hand except for the standard ones like FileZilla or something. But, these won't help you out of the box. You would almost have to create one to work with your specific back-end. You could however, grab an Open Source project f

RES: Download Tracking

2008-11-13 Thread siomara
16:52 Para: Tomcat Users List Assunto: Re: Download Tracking -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It may not be worth the resources, but you can develop/use a download manager could do this for you. Especially if these are large files, the users may be happy to use something like that

RES: Download Tracking

2008-11-13 Thread siomara
16:50 Para: Tomcat Users List Assunto: Re: Download Tracking > I have a java application under Tomcat that is supposed to track people' > downloads. > > > > The user clicks on a link (to download a file) and a new record has to be > inserted into a postgreSQL table info

Re: Download Tracking

2008-11-13 Thread David Wall
It may not be worth the resources, but you can develop/use a download manager could do this for you. Especially if these are large files, the users may be happy to use something like that. The manager would basically tell the service to start the download and if you do something like resume fun

Re: Download Tracking

2008-11-13 Thread Mike Duncan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It may not be worth the resources, but you can develop/use a download manager could do this for you. Especially if these are large files, the users may be happy to use something like that. The manager would basically tell the service to start the dow

Re: Download Tracking

2008-11-13 Thread David Wall
I have a java application under Tomcat that is supposed to track people' downloads. The user clicks on a link (to download a file) and a new record has to be inserted into a postgreSQL table informing which file was downloaded. However, I need to insert into postgreSQL only after the u

Download Tracking

2008-11-13 Thread siomara
Hi Everybody, I have a java application under Tomcat that is supposed to track people' downloads. The user clicks on a link (to download a file) and a new record has to be inserted into a postgreSQL table informing which file was downloaded. However, I need to insert into postgreSQL onl