You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raju Lokhande <RL...@ne.health.net> on 2002/08/21 18:13:35 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: com.orielly.servlet File Upload package

Posted by Chetan Sarva <ch...@2deck.com>.
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" <RL...@ne.health.net>
To: <to...@jakarta.apache.org>
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:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>