You are right. I needed more fields on the html form to enter more than one file name. That means I have to pre-set the number of files in my html form. Is there a more user-friendly interface available which works with this package? I know there are commercially available software which do the FileUpload job, but am looking for an open-source free-ware. Raju Lokhande
>>> [EMAIL PROTECTED] 08/21/02 12:40PM >>> How many <input type="file"> fields did you put in your form? It's my understanding that you need one for each file that you want to upload. I'm not sure where filename seperators comes into this.. Regards, Chetan Sarva ----- Original Message ----- From: "Raju Lokhande" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 12:13 PM Subject: com.orielly.servlet File Upload package > Hello everybody, > I loaded this package and the tester class in tomcat4. I used test html file supplied in the Jason Hunter's servlet book. > I ran this in my local machine and it worked fine for one file. > When I entered two file names separated by a space for example: c:\abc c:\def, the servlet call uploaded the last file - in this case c:\def. > This package is supposed to work for multiple files. > Does anybody know what is the file-name separator for this app? > Thanks > Raju Lokhande > > > > > ************************************************************************* > This message, together with any attachments, is intended only > for the use of the individual or entity to which it is addressed. It > may contain information that is confidential and prohibited from > disclosure. If you are not the intended recipient, you are > hereby notified that any dissemination or copying of this > message or any attachment is strictly prohibited. If you have > received this message in error, please notify the original sender > immediately by telephone or by return e-mail and delete this > message along with any attachments, from your computer. > Thank you. > ************************************************************************* > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ************************************************************************* This message, together with any attachments, is intended only for the use of the individual or entity to which it is addressed. It may contain information that is confidential and prohibited from disclosure. If you are not the intended recipient, you are hereby notified that any dissemination or copying of this message or any attachment is strictly prohibited. If you have received this message in error, please notify the original sender immediately by telephone or by return e-mail and delete this message along with any attachments, from your computer. Thank you. ************************************************************************* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
