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

problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
Hi , I know how to upload a file into the action class but my requirement is different. I have a list of pojos where each pojo contains a field called file. for example:- public class Pojo{ private int pk; private File file; //setters and getters } In my action class:-

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
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Problem-with-f

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

Problem with file upload in struts2

2007-04-16 Thread Mahdi Milani Fard
atest versions of commons-fileupload and commons-io libs. -- Milani Fard -- View this message in context: http://www.nabble.com/Problem-with-file-upload-in-struts2-tf3584102.html#a10014952 Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: [Commons-FileUpload]problem with file upload over https using common fileupload

2005-08-12 Thread Laurie Harper
Do you get the same problem submitting over http instead of https? If so, you can use a packet sniffer to see what's actually being submitted to figure out what IE's doing wrong. Otherwise you could try writing a filter to dump the raw request (the filter would need to keep a copy of the reques

Re: [Commons-FileUpload]problem with file upload over https using common fileupload

2005-08-12 Thread temp temp
Yes I have multipart/form-data in my jsp . --- Laurie Harper <[EMAIL PROTECTED]> wrote: > What does your tag look like? Are you sure > you've specified > method="POST" and enctype="multipart/form-data"? > > L. > > temp temp wrote: > > > > > > > > > > >I am using jakarta commo

Re: [Commons-FileUpload]problem with file upload over https using common fileupload

2005-08-12 Thread Laurie Harper
What does your tag look like? Are you sure you've specified method="POST" and enctype="multipart/form-data"? L. temp temp wrote: I am using jakarta commons fileupload to upload a file . It worked fine with Internet explorer and netscape navigator with http protocol. I configured

[Commons-FileUpload]problem with file upload over https using common fileupload

2005-08-12 Thread temp temp
I am using jakarta commons fileupload to upload a file . It worked fine with Internet explorer and netscape navigator with http protocol. I configured my server to use https protocol. I tried to upload a file it worked fine with netscape but did not work with internet explorer. I am

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]

problem with file upload when validator error happens

2004-08-06 Thread Jade Yaqiong Fang
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: I set up 4M as the limit size, With a 3M file it works fine. With a 5M file I get e