How to enable a Listener before file transfering [VFS]

2007-06-20 Thread safraz
How can i have a listener when calling fileObject.copyFrom I want to get the transferred bytes in the destination. any suggestions -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/commons-user@jakarta.apache.org/topic.html

RE: [DBCP] The PerUserPoolDataSource/SharedPoolDataSource does not reuse/pool the db connections

2007-06-20 Thread Seva Popov
inline From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Tue 6/19/2007 9:49 PM To: Jakarta Commons Users List Subject: Re: [DBCP] The PerUserPoolDataSource/SharedPoolDataSource does not reuse/pool the db connections Two more comments on this. First, by

[ANNOUNCEMENT] release of common jci 1.0

2007-06-20 Thread Torsten Curdt
Jakarta Commons JCI 1.0 is now available! http://jakarta.apache.org/commons/jci/ JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM

Re: How to enable a Listener before file transfering [VFS]

2007-06-20 Thread Mario Ivankovits
Hi! How can i have a listener when calling fileObject.copyFrom I want to get the transferred bytes in the destination. This is not possible yet. The Progress and Cancellation API for VFS is still on the TODO list, but time constraints prevent me from doing something in this area. Sorry.

regd: appache fileupload with servlet

2007-06-20 Thread pappu.porselvi
hi, I am using fileupload of apache.. I am submitting the page with the action..to servlet from jsp. In the servlet, i am not able to get the content type and the form field values. I try to get the parameter values using request.getparameter,I am getting all values as null in servlet,