Re: problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
Hi Johannes, it worked. thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Sep 11, 2015 at 3:12 PM, Johannes Geppert wrote: > Does it not work with the point notation? Not sur if this works when you > are workin

Re: problem with file upload

2015-09-11 Thread Johannes Geppert
Does it not work with the point notation? Not sur if this works when you are working with list of object. Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-11 11:38 GMT+02:00 Yaragalla Muralidhar :

Re: problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
That is what i am saying. The docs shows how to upload files to action class but my requirement is different. Please read the problem carefully. and do help me. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Sep 11, 2015 at 3:0

Re: problem with file upload

2015-09-11 Thread Johannes Geppert
Have you already checked the docs? https://struts.apache.org/docs/file-upload.html Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-11 11:31 GMT+02:00 Yaragalla Muralidhar : > Hi , > I know how to

Re: Problem with file upload in struts2

2007-04-16 Thread Eric Rank
I had the same problem with file uploads using Struts 2.0.6 I tracked down the source of this problem. To summarize, it's a bug that's specific to the Struts 2.0.6 tag; it has since been fixed in the repository. The class in question is the FilterDispatcher. In short when uploading a file,

Re: Problem with file upload in struts2

2007-04-16 Thread Mahdi Milani Fard
That solved the problem. I also had some problem with url objects in jsps. Sometimes they did not include the params I indicated. That was also solved with the cleanup filter. Dave Newton-4 wrote: > > --- Mahdi Milani Fard <[EMAIL PROTECTED]> wrote: >> I'm trying to upload a file with struts2 [

Re: Problem with file upload in struts2

2007-04-16 Thread Dave Newton
--- Mahdi Milani Fard <[EMAIL PROTECTED]> wrote: > I'm trying to upload a file with struts2 [...] Try including the action context cleanup filter as the first filter in your web.xml. If that fixes it for you as well I'll add something to the upload wiki docs, so please follow up. struts-cleanu

Re: problem with file upload when validator error happens

2004-08-06 Thread Jade Yaqiong Fang
--- Emmanouil Batsis <[EMAIL PROTECTED]> wrote: > Jade Yaqiong Fang wrote: > > >I have the problem with the file upload validation error. Actually I can upload files correctly within the file size limit. but the behavior changes weird when I got the file upload size up limit error. For example:

Re: problem with file upload when validator error happens

2004-08-06 Thread Emmanouil Batsis
Jade Yaqiong Fang wrote: I have the problem with the file upload validation Exactly the same situation with v1.2. Cheers, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]