Multiple file upload from browser in single operation

2002-05-26 Thread asim chakraborti
How can I upload multiple files to webserver from browser html or JSP same time . Actually I want to upload an word document saved as html in a single operation by user . Now when I save the word document it convertes to multiple html files and image files. If any one has any idea pls reply back.

Re: Mailing list for Java

2000-07-17 Thread Asim Chakraborti
Hi All , I am getting problem in useing bean class with jsp page. >From my jsp page when I use useBean tag it could not locate the related bean class . I have copied the related bean class in root\classes directory . root\classes is in classpath also . Pls inform if I have to set something othe

Re: sorting

2000-06-22 Thread Asim Chakraborti
Use SortedMap interface in place of hashtable for storing information . Thanks Asim - Original Message - From: shu-chun <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 06, 2000 22 mm 23:41 Subject: sorting > hi, all, how can i sort the key or value in java's hashtable? > > thanks so