Re: JSP/file upload issue

2025-05-19 Thread Lukasz Lenart
wt., 20 maj 2025 o 00:22 Deborah White napisał(a): > It was never implemented like that where I can see. There is no reference to > interceptor-ref name=fileUpload. Not sure what you mean by that, but the new ActionFileuploadInterceptor has been added in Struts 6.4 and to use it your actions mus

RE: JSP/file upload issue

2025-05-19 Thread Deborah White
It was never implemented like that where I can see. There is no reference to interceptor-ref name=fileUpload. -Original Message- From: Lukasz Lenart Sent: Sunday, May 18, 2025 12:34 AM To: Struts Users Mailing List Subject: Re: JSP/file upload issue EXTERNAL EMAIL: This message was

Re: JSP/file upload issue

2025-05-18 Thread Lukasz Lenart
Did you migrate to the Action based file upload interceptor? https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration#Struts6.x.xto7.x.xmigration-Fileupload Support for old FileuploadInterceptor has been removed in Struts 7 also it's related to the security vulnerability http

JSP/file upload issue

2025-05-16 Thread Deborah White
Hello, migrating from 2.3 to 7.0 and this no longer works. I am not getting the document or the document name. I have this in my jsp page: var options = { target: '#complaintDetailsDiv', beforeSubmit

Re: Can I get some help with a file upload issue?

2024-01-27 Thread Lukasz Lenart
It would be better to post the whole tag example plus you action class pon., 22 sty 2024 o 22:31 Doolin, Kyle napisał(a): > name="vfcForm.fileNameDel" "vfcForm" is a field in your action with proper getter, right? "fileNameDel" is a field in the bean "vfcForm", right? If yes, you must h

Can I get some help with a file upload issue?

2024-01-22 Thread Doolin, Kyle
I've got a webpage that was using struts1 that I am responsible for upgrading to the latest version of struts2. The conversion hasn't been that arduous, but I am currently stumped with the issue I am facing. The webpage has a file upload section that was working when it was struts1, but now it i

Re: File Upload Issue when Max Size Reached

2011-06-21 Thread Maurizio Cucchiara
Hi Chris, looks like it's related with [1], I will take a look soon. [1] https://issues.apache.org/jira/browse/WW-3025 On 21 June 2011 20:50, CRANFORD, CHRIS wrote: > I am testing the Struts 2.2.3 built in file upload support and noticing > that if I upload a file that exceeds my configured size

RE: File Upload Issue when Max Size Reached

2011-06-21 Thread Martin Gainty
pie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Su

File Upload Issue when Max Size Reached

2011-06-21 Thread CRANFORD, CHRIS
I am testing the Struts 2.2.3 built in file upload support and noticing that if I upload a file that exceeds my configured size of 20MB that the additional form parameters that are submitted with the upload are lost. Can anyone else confirm they you're experiencing this problem? Ultimately I need t

RE: Struts File Upload Issue

2011-05-27 Thread Martin Gainty
eine Haftung fuer den Inhalt uebernehmen. > From: jpye...@pdinc.us > To: user@struts.apache.org > Subject: RE: Struts File Upload Issue > Date: Fri, 27 May 2011 07:06:23 -0400 > > > -Original Message- > > From: vijayaraja...@cognizant.com > > [mailto:v

RE: Struts File Upload Issue

2011-05-27 Thread Jason Pyeron
> -Original Message- > From: vijayaraja...@cognizant.com > [mailto:vijayaraja...@cognizant.com] > Sent: Friday, May 27, 2011 6:58 > To: user@struts.apache.org > Subject: RE: Struts File Upload Issue > > Hi Alejandro, > > It sometimes happens even for very

RE: Struts File Upload Issue

2011-05-27 Thread VijayaRajan.S
Hi Alejandro, It sometimes happens even for very small files. Regards, Vijayarajan S -Original Message- From: Alejandro García Gil [mailto:alejandro.garcia@gmail.com] Sent: Friday, May 27, 2011 11:51 AM To: Struts Users Mailing List Subject: Re: Struts File Upload Issue Have you

Re: Struts File Upload Issue

2011-05-26 Thread Alejandro García Gil
Have you exceeded the maximum size of the file? 2011/5/26 Paweł Wielgus > Hi, > maybe validation is not permitting action to be called in this situations? > > Best gretings, > Paweł Wielgus. > > > 2011/5/26 : > > Hi, > > > > > > > > I have a query regarding file upload functionality in Struts.

RE: Struts File Upload Issue

2011-05-26 Thread Martin Gainty
pie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subj

RE: Struts File Upload Issue

2011-05-26 Thread VijayaRajan.S
jay S -Original Message- From: Aaron Brown [mailto:aa...@thebrownproject.com] Sent: Thursday, May 26, 2011 3:23 PM To: Struts Users Mailing List Subject: Re: Struts File Upload Issue Are you certain the action class is not being called at all? Are you logging when the action method execut

Re: Struts File Upload Issue

2011-05-26 Thread Aaron Brown
Are you certain the action class is not being called at all? Are you logging when the action method executes to be sure? Is your user a Mac user? I have seen occasional problems with Mac files (especially fonts) having a null data fork that break the upload process. On May 26, 2011 1:01 AM, wrot

RE: Struts File Upload Issue

2011-05-26 Thread VijayaRajan.S
: Thursday, May 26, 2011 12:32 PM To: Struts Users Mailing List Subject: Re: Struts File Upload Issue Hi, maybe validation is not permitting action to be called in this situations? Best gretings, Paweł Wielgus. 2011/5/26 : > Hi, > > > > I have a query regarding file upload f

Re: Struts File Upload Issue

2011-05-26 Thread Paweł Wielgus
Hi, maybe validation is not permitting action to be called in this situations? Best gretings, Paweł Wielgus. 2011/5/26 : > Hi, > > > > I have a query regarding file upload functionality in Struts. I am > having a screen from where I can upload multiple files. When files are > browsed and submit

Struts File Upload Issue

2011-05-25 Thread VijayaRajan.S
Hi, I have a query regarding file upload functionality in Struts. I am having a screen from where I can upload multiple files. When files are browsed and submit button is clicked, it will first hit a filter, validate the user and calls the action method where uploading the files to the reposito

RE: File Upload Issue

2011-02-25 Thread Martin Gainty
aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: vikram.g.by...@accenture.com > To: user@struts.apache.org > Date:

Re: File Upload Issue

2011-02-25 Thread Paweł Wielgus
Hi Vikram, looks like user was uploading file of size x but after some bytes trransfered server encountered end of file for it. Strange, i see sometimes that user cancels his upload but is not the case. Do You have the posibility to confirm what strange user is doing? Or maybe it's just corrupted f

File Upload Issue

2011-02-24 Thread vikram.g.byali
All, I am getting the following error while uploading a file. Am using Struts 1.3.8 and Weblogic server 9.2 MP3 on a UNIX environment. Any thoughts on this issue? <[weblogic.servlet.internal.WebAppServletContex t@42bb13 - appName: 'ojp', name: 'ojp.war', context-path: '/

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-29 Thread zsundeep
/Warning:--Spring-Security-and-FileUploadInterceptor-filter-order-td21207025.html Hope this helps. Sundeep -- View this message in context: http://www.nabble.com/File-upload-issue-with-Struts-2.1.6-%28uploaded-file-is-always-null-in-action%29-tp25614736p25664511.html Sent from the Struts - User

RE: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-28 Thread Martin Gainty
email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 28 Sep 2009 09:51:29 -0700 > From: cool_sameer_fo...@yahoo.com > To: user@struts.apache.org > Subject: Re: File upload issue with Struts 2.1.6

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-28 Thread David Canos
-- > > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > > > > -- > View this message in contex

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-28 Thread hisameer
27;' and '' parts? > > -Dale > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread Dale Newfield
hisameer wrote: Well, I dont see any typo here. image/jpg, not image.jpg And I assume the email process stripped out the 'name="allowedTypes">' and '' parts? -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.or

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread hisameer
- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/File-upload-issue-with-Struts-2.1.6-%28uploaded-file-is-always-null-in-action%29-tp25614736p25619

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread Dave Newton
hisameer wrote: image/jpeg,image/gif,image/png,image/bmp,image.jpg Is that a typo? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional co

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread hisameer
on...do you have that in WEB-INF/lib/? > > -Dale > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/File-upload-issue-with-Struts

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread Dale Newfield
hisameer wrote: Thanks for your reply. I tried to put the method public void setUploadFile(File file) but no success, file is still null in the action. Are the other two setters (ContentType, FileName) called? Do you have the appropriate interceptor in place for this action? I believe there's a

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread hisameer
user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/File-upload-issue-with-Struts-2.1.6-%28uploaded-file-is-always-null-in-action%29

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread Dale Newfield
hisameer wrote: The uploaded file is always null in my action class: public void setUpload(File file) { this.file = file; } I believe this should be "public void setUploadFile(File file) {...}" -Dale -

Re: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread Paweł Wielgus
> I am trying it since last week and always getting the file as null so it > means that struts2 upload is not working or there is something wrong the way > I am doing it. > > Please help! I would really appreciate any kind of help in this regard. > > > -- > View this messa

File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-25 Thread hisameer
} I am trying it since last week and always getting the file as null so it means that struts2 upload is not working or there is something wrong the way I am doing it. Please help! I would really appreciate any kind of help in this regard. -- View this message in context: http://www.nabble.com/F

Re: Struts file upload issue

2008-11-30 Thread Dave Newton
--- On Sun, 11/30/08, Shazad wrote: > Did you get a chance to look at the file dropping on the validaton issue. Nope. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts file upload issue

2008-11-30 Thread Shazad
n't looked, but it might be possible to > > save the file anyway, > > > though, via interceptor ordering or an interceptor > > modification--not sure. > > > > > > Dave > > > > > > > > > --- On Sat, 11/29/08, Khawaja-Shahzad Butt

Re: Struts file upload issue

2008-11-29 Thread Dave Newton
ight be possible to > save the file anyway, > > though, via interceptor ordering or an interceptor > modification--not sure. > > > > Dave > > > > > > --- On Sat, 11/29/08, Khawaja-Shahzad Butt > <[EMAIL PROTECTED]> wrote: > > > >

Re: Struts file upload issue

2008-11-29 Thread Khawaja-Shahzad Butt
be possible to save the file anyway, > though, via interceptor ordering or an interceptor modification--not sure. > > Dave > > > --- On Sat, 11/29/08, Khawaja-Shahzad Butt <[EMAIL PROTECTED]> wrote: > > > From: Khawaja-Shahzad Butt <[EMAIL PROTECTED]> &g

Re: Struts file upload issue

2008-11-29 Thread Dave Newton
t;[EMAIL PROTECTED]> wrote: > From: Khawaja-Shahzad Butt <[EMAIL PROTECTED]> > Subject: Struts file upload issue > To: user@struts.apache.org > Date: Saturday, November 29, 2008, 8:15 PM > Hi, > > I am having an issue with struts file upload during > validation. On

Struts file upload issue

2008-11-29 Thread Khawaja-Shahzad Butt
Hi, I am having an issue with struts file upload during validation. On the page when there's a validation error, the browsed/attached file drops. Does anyone know a work around it, to have the previously attached file in tact, meaning if i have attached a file and hit submit and got the validatio

Re: File upload issue

2008-05-14 Thread Laurie Harper
Zoran Avtarovski wrote: Further digging found that file uploads work fine with all browsers except Safari Mac. Safari windows is fine as is Opera, IE and the Mozilla Browsers. Does anybody know a good debugging tool for Safari? Nope, but there are a number of command-line tools that can give y

Re: File upload issue

2008-05-14 Thread Zoran Avtarovski
Further digging found that file uploads work fine with all browsers except Safari Mac. Safari windows is fine as is Opera, IE and the Mozilla Browsers. Does anybody know a good debugging tool for Safari? Z.

Re: File upload issue

2008-05-14 Thread Zoran Avtarovski
Agh. Sorry I had to get that out. Thanks for the reply Laurie. You assumed right ­ no ajax and the error ws thrown on the redirect. I took your advice and tried using firebug to get a look at the headers and to my surprise, it works. So I tried IE, no problems again. It¹s only Safari that caus

Re: File upload issue

2008-05-13 Thread Laurie Harper
Zoran Avtarovski wrote: I¹m getting an error after uploading a file. Which manifests itself in my redirect action. I¹m using a simple post redirect pattern, where the file upload action redirects to a separate fileList action. After successfully uploading the file the browser is redirected to t

File upload issue

2008-05-13 Thread Zoran Avtarovski
I¹m getting an error after uploading a file. Which manifests itself in my redirect action. I¹m using a simple post redirect pattern, where the file upload action redirects to a separate fileList action. After successfully uploading the file the browser is redirected to the appropriate action, but