file uploading and maxFileSize parameter

2009-05-05 Thread Sushil Dive
Hi, maxFileSize parameter in struts configuration file holds maximum file size allowed to upload. I want to restrict file size to be uploaded to 20MB. For this i setup the parameter value as below: Does it mean following: What happens when user uploads file with size more than 20M a. The

Re: file uploading

2007-02-01 Thread deccico
07/2/1, deccico <[EMAIL PROTECTED]>: >> >> >> Hi, I am having some troubles trying to upload a file with struts 2.0.1 >> >> According to the log (which is at the end) the file is created but after >> that is removed. Why? >> >> o Jia > > --

Re: file uploading

2007-02-01 Thread Jia Guo
I think you should copy the file and save to where you want it be by yourself inside you Action. 2007/2/1, deccico <[EMAIL PROTECTED]>: Hi, I am having some troubles trying to upload a file with struts 2.0.1 According to the log (which is at the end) the file is created but after that is rem

file uploading

2007-02-01 Thread deccico
1 2007-02-01 00:43:08,875 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] DEBUG org.apache.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0 -- View this message in context: http://www.nabble.com/file-uploading-tf3154407.html#a8746969 Se

Re: Problem of File Uploading through SSL

2006-11-10 Thread Laurie Harper
Mano Chinthaka Dasanayaka wrote: Hi All, I have encountered an issue when uploading files through SSL. I'm Using Struts 1.2, FormFiles.and it works on Fire fox. Any Idea..? Is there any IE 6.0 Settings to work this..? Without knowing anything about what problems you're seeing, it's a bit ha

Problem of File Uploading through SSL

2006-11-09 Thread Mano Chinthaka Dasanayaka
Hi All, I have encountered an issue when uploading files through SSL. I'm Using Struts 1.2, FormFiles.and it works on Fire fox. Any Idea..? Is there any IE 6.0 Settings to work this..? Thanks in Advance Mano

Re: another mutliple file uploading question

2005-07-16 Thread dumbQuestionsAsker _
Ok thank you for your helpfull answer. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 11:34:25 -0400 dumbQuestionsAsker _ wrote: Im new to St

Re: another mutliple file uploading question

2005-07-15 Thread Luis Gervaso
if you like to select multiple files i think it is imposible from only one choose file window (when you click in examine button) you can use an applet for this :( regards 2005/7/15, Laurie Harper <[EMAIL PROTECTED]>: > > dumbQuestionsAsker _ wrote: > > Im new to Struts, and I want to upload mu

Re: another mutliple file uploading question

2005-07-15 Thread Laurie Harper
dumbQuestionsAsker _ wrote: Im new to Struts, and I want to upload multiple files using only one tag. I made some googleling but I did not find anything working, only "that's not possible"-like answers. So my question is simple, is it really impossible to upload multiple files usng only one ?

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
| | cc: | | bcc: | | Subject: Re:

Re: another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Struts uses FileUploads(it's include in struts) From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 16:03:25 +0200 have you tried with Jakarta'

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
| | cc: | | bcc: | |

another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Hi, Im new to Struts, and I want to upload multiple files using only one tag. I made some googleling but I did not find anything working, only "that's not possible"-like answers. So my question is simple, is it really impossible to upload multiple files usng only one ? Thanks in advance. r