if i have saved a picture url in datebase . then i fetch it , so how can i
code the url in jsp ?
i have try /image/http://www.nabble.com/picture-display-in-struts-1.3.8-tf4749306.html#a13580449
Sent from the Struts - User mailing list archive at Nabble.com.
---
at first thank you .
Yow kown that the FormFile has a method named setFileName() , but how and
when to use it ?
and any else approach to rename the uploadfile in the code ?
Laurie Harper wrote:
>
> MavenMan wrote:
>> I want to rename upload file in my action .I code :
>&
I want to rename upload file in my action .I code :
FormFile file=form.getUserphoto();
file.setFileName(String.valueOf(date.getTime()));
but error is :javax.servlet.ServletException: The setFileName() method is
not supported.
what can I do ?
thanks in advance !
--
View this message in conte
3 matches
Mail list logo