Hi all,
I am using this package and i need the help badly to rename the file.Can
some one help me out
http://www.servlets.com/cos/

my code snippet is below.
<%
MultipartRequest multi=new MultipartRequest(request,".",5*1024*1024);
%>
How do i rename the file?

Thanks in advance
venkat


-----Original Message-----
From: Tomcat-RND [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 12:09 PM
To: Tomcat Users List
Subject: Re: file renaming using Multipart class.


Hi,

Add time stamp as suffix to the file name that makes the file unique and use
the same for each user. Hope it may solve u r problem

Regards,
Pratt.


----- Original Message -----
From: "Venkat" <[EMAIL PROTECTED]>
To: "Tomcat" <[EMAIL PROTECTED]>
Sent: Monday, March 10, 2003 12:10 PM
Subject: file renaming using Multipart class.


>
> Hi all,
>
> Sorry for posting a jsp related qury rather tomcat one.But i need it badly
> and i have to finish it with in one hr.I tried jsp interest.Hope some one
> helps me here.
>
>
> I am tying to upload a file from jsp page using bean MultiPartRequest
class
> that come with oreilly examples.
>
> I am using the constructor which takes three parameters 1.request 2. dir
3.
> file size
>
> Itz working and it is storing in the dir given by me.
>
> But the file name is default file name which i selected from the browser.
> Here the problem is if different users sends the file with same name it is
> replacing the old file.
>
> So i want to upload the file selected by the user with the name specifed
by
> me.
>
> How to do this?
> I checked the MultiPartClass constructors it has another constructor wich
> take as FileRenamePolicy interface but i didn't understand this. and how
to
> create this interface using file as parameter?
>
> Can some one help me out how to do this?
>
> Thanks in advance
> venkat
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to