Re: File Upload : Progress Bar

2002-11-12 Thread Gemes Tibor
2002. november 12. 14:39 dátummal Mark Ayad ezt írtad: > I have seen this done, from what I can remember you'll need to created a > jsp that polls an upload thread, which determines the current-size of the > upload. You know the total size of the upload. > > ..sorry I can't be more specific Umm...

Re: File Upload : Progress Bar

2002-11-12 Thread Mark Ayad
> To: "struts" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 2:22 PM Subject: File Upload : Progress Bar > Hi, > > I was just experimenting with the file-upload utility of Struts, and it works > fine. For one of my projects I need to upload rather big files,

Re: File Upload : Progress Bar

2002-11-12 Thread Gemes Tibor
2002. november 12. 14:22 dátummal [EMAIL PROTECTED] ezt írtad: > Hi, > > I was just experimenting with the file-upload utility of Struts, and it > works fine. For one of my projects I need to upload rather big files, which > take a long time. > > I was thinking about impl

File Upload : Progress Bar

2002-11-12 Thread jeroen
Hi, I was just experimenting with the file-upload utility of Struts, and it works fine. For one of my projects I need to upload rather big files, which take a long time. I was thinking about implementing some kind of progress bar where the user can view what the status of his upload is. The

Re: File Upload Tutorial

2002-11-05 Thread Jacob Hookom
; <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 5:21 PM Subject: File Upload Tutorial > Dear Sir/Madam, > >Can anyone point me to a good tutorial about file upload using Struts > 1.1? Thanks a lot. Have a nice day. > > Best regards, > Brandon > > >

File Upload Tutorial

2002-11-05 Thread Brandon Chee
Dear Sir/Madam, Can anyone point me to a good tutorial about file upload using Struts 1.1? Thanks a lot. Have a nice day. Best regards, Brandon -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-

What gives with file upload when it exceeds maxFileSize?

2002-11-03 Thread Alan P Sexton
I have seen a number of questions around this topic in the archives but no clear answers: First everything works fine when I upload a file below the limit (set in the controller element in struts-config.xml) Problem occurs when I upload a file that is too big: My form bean is very simple and jus

RE: file upload problem

2002-09-22 Thread Nicolas Robert
. Nicolas -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: vendredi 20 septembre 2002 21:41 To: Struts Users Mailing List Subject: file upload problem hello again, so i am trying to implement a file upload feature in my application, and i think i have everything setup

RE: file upload problem

2002-09-20 Thread Martin Cooper
> -Original Message- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 1:28 PM > To: Struts Users Mailing List > Subject: RE: file upload problem > > > I am using version 1.0.2. I would strongly encourage you to move to Stru

RE: file upload problem

2002-09-20 Thread Tiago Nodari
-Original Message- >From: Martin Cooper [mailto:[EMAIL PROTECTED]] >Sent: Friday, September 20, 2002 12:43 PM >To: 'Struts Users Mailing List' >Subject: RE: file upload problem > > >What version of Struts are you using? > >You should take a look at the sour

RE: file upload problem

2002-09-20 Thread Mark Silva
file, that i am importing into the database. thanks, mark -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 12:43 PM To: 'Struts Users Mailing List' Subject: RE: file upload problem What version of Struts are you using? You should

RE: file upload problem

2002-09-20 Thread Galbreath, Mark
Mailing List Subject: file upload problem hello again, so i am trying to implement a file upload feature in my application, and i think i have everything setup correctly, but i am getting this error on submission. javax.servlet.ServletException: BeanUtils.populate java.lang.IllegalArgumentExce

RE: file upload problem

2002-09-20 Thread Martin Cooper
> Sent: Friday, September 20, 2002 12:41 PM > To: Struts Users Mailing List > Subject: file upload problem > > > hello again, > > so i am trying to implement a file upload feature in my > application, and i think i have everything setup correctly, > but i

Re: file upload problem

2002-09-20 Thread Tiago Nodari
look at the file upload example that if I am not mistaken comes with struts... tiago ps FormFile and dont forget to set the content type At 12:40 PM 9/20/2002 -0700, you wrote: >hello again, > >so i am trying to implement a file upload feature in my applicati

file upload problem

2002-09-20 Thread Mark Silva
hello again, so i am trying to implement a file upload feature in my application, and i think i have everything setup correctly, but i am getting this error on submission. javax.servlet.ServletException: BeanUtils.populate java.lang.IllegalArgumentException: argument type mismatch i feel that

form file upload with dynaactionform?

2002-09-17 Thread Fabian Sommer
Hi folks! Perhaps silly question, but I don't get the answer by browsing the struts-docs: I got a html:file - input field and want to parse the input file for some data. 1. Which data type is the right one to get the result of the input field? I've got a dynaactionform-bean to retrieve the form d

File Upload max size error clears out rest of form

2002-09-05 Thread Brian Lee
I have a form that has a couple of FormFiles on it. If they are under the max size then everything goes well and validation works as you would expect. If one of them exceeds the max size, the other form properties are nulled out. I come back to my input with the error message for my file and th

Re: Problems with file upload - Urgent Please

2002-09-04 Thread Doug Bryant
We had the same problem running a nightly struts build. We upgraded to 1.1 beta 2 and the problem disappeared. It appeared to be a problem specifying the form as multi-part. Doug On Wed, 2002-09-04 at 15:58, Venkateswaran Muthuswamy wrote: > Hi, > I am working in a project using struts and w

Problems with file upload - Urgent Please

2002-09-04 Thread Venkateswaran Muthuswamy
Hi, I am working in a project using struts and weblogic. The Action is called fine, and the file (Uploading file) gets written to disk - however when forwarding to the display I get the Following Exception <[WebAppServletContext(2292995)] Servlet failed with ServletException javax.servlet.

No form parsing when file upload exceeds maxFileSize

2002-08-31 Thread Wellie W. Chao
at an error occurred. It just appears to the user that the application has a bug and is being stubborn. How do I get the values that the user entered (and also the hidden HTML fields) when Struts detects a larger than allowed file in a file upload field? I don't seem to get any indication t

Struts 1.0.2 file upload problem, was working with Struts 0.5

2002-08-21 Thread Hareesh Subramanya
I am in the process of upgrading our application to struts 1.0.2 from struts 0.5 ( I know it should have been done a lot earlier but still ... ) Everything is working as excepted except for this one problem when I try to upload a file : java.lang.IllegalArgumentException: argument type mismatch

RE: Multiple file upload?

2002-08-19 Thread Alex Birch
user have > > second thoughts when they get back from a failed validation. Why don't you put each uploaded file into a table with checkboxes for removal and have only have enough file upload form tags for files that weren't uploaded? ie: you've already uploaded: file

RE: Multiple file upload?

2002-08-18 Thread Martin Cooper
> -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 5:56 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Multiple file upload? > > > btw: > What gets submitted for an empty file f

RE: Multiple file upload?

2002-08-18 Thread Martin Cooper
> -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 5:51 AM > To: Struts Users Mailing List > Subject: Multiple file upload? > > > Haven't tried this yet so figured I better get advice on the > best ap

RE: Multiple file upload?

2002-08-17 Thread Jacob Hookom
We setup the ability to have people upload zips and then we unpack them | -Original Message- | From: Andrew Hill [mailto:[EMAIL PROTECTED]] | Sent: Saturday, August 17, 2002 7:51 AM | To: Struts Users Mailing List | Subject: Multiple file upload? | | Haven't tried this yet so figu

RE: Multiple file upload?

2002-08-17 Thread Andrew Hill
btw: What gets submitted for an empty file field? Nothing, or null or... ? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 20:51 To: Struts Users Mailing List Subject: Multiple file upload? Haven't tried this yet so figured I bette

Multiple file upload?

2002-08-17 Thread Andrew Hill
er to create additional file upload controls on demand with a bit of javascript using the new DOM methods. My intent is to let the user choose as many files as they wish , and then they will all submit under the same field name, so that field on the ActionForm would have getters and setters for an arr

New Struts file upload handler

2002-07-27 Thread Martin Cooper
Starting with the next nightly build (20020728), a new multipart request handler is included in Struts which fixes the known issues with the original handler. The new handler is now the default handler, so you do not have to make any changes to your application to use it. If you use the file

RE: File upload: no multipart request data sent

2002-07-24 Thread Rene Eigenheer
try redirect="true" in your forward > -Original Message- > From: Pete Serafin [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 24. Juli 2002 22:28 > To: Struts Users Mailing List > Subject: Re: File upload: no multipart request data sent > > > Does a

RE: File upload: no multipart request data sent

2002-07-24 Thread Martin Cooper
To: '[EMAIL PROTECTED]' > Subject: File upload: no multipart request data sent > > > I have a jsp used to do a simple file upload. I am retrieving and > processing the file without any problems. However, when I try to > forward to the same action ( or another

Re: File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
Does anyone have ANY ideas on this issue??? Im really in a bind here and could use any advice from anyone implementing the FileTag. Thanks again. Pete Serafin Pete Serafin wrote: > I have a jsp used to do a simple file upload. I am retrieving and > processing the file without any pr

File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
I have a jsp used to do a simple file upload. I am retrieving and processing the file without any problems. However, when I try to forward to the same action ( or another action ) after the processing is done, I get the following error: javax.servlet.ServletException: MultipartIterator: no

RE: File upload Maximum limit

2002-07-18 Thread $BDD!!>A(B
hi, this is Andy. i received below when i uploaded a file that size crosses 1MB: WebGroup X Servlet Error: IOException while reading file element: Premature end of stream while reading multipart request: java.io.IOException: Premature end of stream while reading multipart request at org.apac

RE: File upload Maximum limit

2002-07-16 Thread Jacob Hookom
EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: File upload Maximum limit Hi, Does struts limits the size of the file being uploaded. Because we are facing a problem when the file size crosses 1MB. I have searched mail archive, haven't found any rep

File upload Maximum limit

2002-07-16 Thread Gopalakrishnan Rangaswamy
Hi, Does struts limits the size of the file being uploaded. Because we are facing a problem when the file size crosses 1MB. I have searched mail archive, haven't found any reply in that. Regards, R.Gopalakrishnan

RE: FormFile/DiskFile and form validation/redisplay during file upload

2002-07-11 Thread Daniel J. D'Cotta
July 11, 2002 10:09 PM To: '[EMAIL PROTECTED]' Cc: Scalio, Jim; Spyker, Jason Subject: FormFile/DiskFile and form validation/redisplay during file upload Hi All I've searched the list for this issue, and only found one thread that was related (pre-setting the file value), but did

FormFile/DiskFile and form validation/redisplay during file upload

2002-07-11 Thread Galpin, Charles
d source a bit, but can't see where this would be done. Also, it does not appear that the original filename is guaranteed to be supplied either ( see http://www.ietf.org/rfc/rfc1867.txt) Oh, I am running the nightly snapshot (20020711) to get past other file upload problems under weblogic 7.0. Thanks charles

cancelling file upload for a specific action

2002-07-09 Thread Laurent Bouis
Hi all, I have implemented a simple upload functionality using the struts framework (FormFile, etc...), it works well. But now I'd like to be able to cancel the upload of a file if the file is larger than a given size, only for this specific action. When I say 'cancel' I mean have my servlet stop

RE: Problem with empty file upload field

2002-07-07 Thread Alex Paransky
Subject: RE: Problem with empty file upload field On Sat, 2002-07-06 at 23:52, Alex Paransky wrote: > I think the solution might be to update to the later version of Struts. I > know it's scary with the nightly build and all, but I have been using a > later version of struts without an

RE: Problem with empty file upload field

2002-07-07 Thread Dave Weis
al Message- > From: Dave Weis [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 06, 2002 8:00 AM > To: Struts Users Mailing List > Subject: Problem with empty file upload field > I've got file uploading working fine with Struts 1.1b1. I can upload > files with no problem, b

RE: Problem with empty file upload field

2002-07-06 Thread Alex Paransky
y, July 06, 2002 8:00 AM To: Struts Users Mailing List Subject: Problem with empty file upload field Hello I've got file uploading working fine with Struts 1.1b1. I can upload files with no problem, but I receive an error if I try to submit the form with the file field on it with no file select

Problem with empty file upload field

2002-07-06 Thread Dave Weis
Hello I've got file uploading working fine with Struts 1.1b1. I can upload files with no problem, but I receive an error if I try to submit the form with the file field on it with no file selected. I'm using a normal action form, not a dynamic form. This is the error that I receive: 500 Servlet

File UpLoad

2002-07-04 Thread Sudhir S. Shetty
Hello Everybody, I would like to create a browse , in my application to upload a file, it could be any kind of Document i.e. *.doc,*.txt,*.xml. I would like the capability to browse to this file in my system from my application and upload it, then I have to insert it in

RE: File Upload/Download Issues

2002-06-18 Thread Joe Germuska
At 10:06 AM +0800 2002/06/18, Daniel J. D'Cotta wrote: >So can someone answer my 3 questions (without suggesting Expresso)? > >1. First, I have a concern for memory usage while uploading a huge (100+Mb) >file. How does Struts handle uploading the file? Or is this purely a Web >Server issue. > >Als

RE: File Upload/Download Issues

2002-06-14 Thread Sandra Cann
> PS: Anybody have examples that have file uploads/downloads? Uploads There's some sample code for file upload that was contributed at: http://www.jcorporate.com/product/expresso.html > Documents link > scroll down to "Community Contributed Documents" and clic

File Upload/Download Issues

2002-06-14 Thread Daniel J. D'Cotta
Hi, I have 3 Questions for you all: 1. First, I have a concern for memory usage while uploading a huge (100+Mb) file. How does Struts handle uploading the file? Or is this purely a Web Server issue. Also, I am using the org.apache.struts.upload.FormFile class to read it. Does it matter if I us

file upload fails due to content-length exceeded

2002-06-10 Thread John Klassa
Development environment: IE 6 on W2K client; Tomcat 4.0.3 on W2K server (same machine as client). File upload via struts' FormFile worked perfectly. Production environment: IE6 on W2K client; Linux, Tomcat 4.0.3 on server. File upload always fails with an exception of the

File Upload with HTTPS

2002-06-10 Thread F. A. Law
Hi, I have problem using file upload with HTTPS. It works fine with HTTP, but with HTTPS I get Internal Server Error as follows: java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.struts.upload.DiskMultipartRequestHandler.createTextElement

RE: File upload failure in struts 1.1b - FIX

2002-05-27 Thread Don Elliott
eremy Prellwitz [mailto:[EMAIL PROTECTED]] Sent: Monday, 27 May 2002 6:39 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: File upload failure in struts 1.1b - FIX Hey Don, My original problem was on Tomcat 4.04b3.because we are using WebSphere in production at work, i thought i

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Jeremy Prellwitz
ECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 24, 2002 5:43 PM Subject: RE: File upload failure in struts 1.1b - FIX > Hi Jeremy, > > Did you have the original problem with multi-part forms on Tomcat 3 ? > > I was

RE: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Don Elliott
va.lang.Thread.run(Thread.java:479) If you think your patched jar would act differently, i would love to try it! Thanks. Jeremy Original message >Date: Fri, 24 May 2002 11:19:30 +1000 >From: "Don Elliott" <[EMAIL PROTECTED]> >Subject: File upload failure in stru

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Joe Germuska
liott wrote: >Hi Struts Users / Developers, > >I've noticed a lot of posts about this in the archive, particularly with >WebLogic 6.1 - we have also experienced the file upload crash in Servlet 2.3 >on Tomcat 4.0.3 for Solaris > >The fix is as follows: > >

AW: File upload failure in struts 1.1b - FIX

2002-05-24 Thread Hans-Joachim Matheus
Please leave this discussion on the developers list and don't crosspost to the users list Thanx Jochen -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: File upload failure in struts 1.1b - FIX

2002-05-24 Thread Jeremy Prellwitz
atched jar would act differently, i would love to try it! Thanks. Jeremy Original message >Date: Fri, 24 May 2002 11:19:30 +1000 >From: "Don Elliott" <[EMAIL PROTECTED]> >Subject: File upload failure in struts 1.1b - FIX >To: <[EMAIL PROTECTED]>,

File upload failure in struts 1.1b - FIX

2002-05-24 Thread Don Elliott
Hi Struts Users / Developers, I've noticed a lot of posts about this in the archive, particularly with WebLogic 6.1 - we have also experienced the file upload crash in Servlet 2.3 on Tomcat 4.0.3 for Solaris The fix is as follows: In package "org.apache.struts.action" class &q

File Upload on Struts 1.1b

2002-05-23 Thread Jeremy Prellwitz
Hello there, I am having difficulty with file uploads on struts version 1.1b. As well as finding documentation on this topic. This is what i have in my JSP: I have "FormFile getTheFile()" and "void setTheFile(FormFile p_TheFile)" in my form bean object. But when i submit

Re: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3

2002-05-14 Thread @Basebeans.com
Subject: Re: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3 From: "Andrej Sobkowski" <[EMAIL PROTECTED]> === Got it! Here is the solution: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg06077.html [Copy&Paste] when you use struts in combina

Re: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3

2002-05-14 Thread @Basebeans.com
Subject: Re: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3 From: "Andrej Sobkowski" <[EMAIL PROTECTED]> === Mark, thanks for the info. There's also: http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html The problem is that there is code in Struts to

RE: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3

2002-05-14 Thread Galbreath, Mark
Check this out: http://www.fawcette.com/javapro/2002_01/magazine/features/acalsavara/ Mark -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:10 AM Subject: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3 From: "A

File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3

2002-05-14 Thread @Basebeans.com
Subject: File Upload - MultipartRequest, Weblogic 6.1 and Servlet 2.3 From: "Andrej" <[EMAIL PROTECTED]> === Hello All, I'm having big problems uploading files in the following environment: Struts 1.1b1, Weblogic 6.1 sp2 on Solaris 8. I keep getting a warning followed by a

File upload problem (STILL)

2002-05-12 Thread @Basebeans.com
Subject: File upload problem (STILL) From: Maurice Mills <[EMAIL PROTECTED]> === Maurice Mills wrote: > I have a form and action that uploads a file. Everything works until > processing leaves the execute method of the Action class. After that, > Apache throws a ClassC

Re: problem in file upload

2002-05-05 Thread Kubo Hiroshi
} } } 2. try uploading 3. Open the log file and see what kind of class is passed to the setter. good luck! From: "siraj" <[EMAIL PROTECTED]> Subject: Re: problem in file upload Date: Sat, 6 May 2000 09:41:00 +0530 > i am using ie version 5.0 I wonder if you used

Re: problem in file upload

2002-05-05 Thread siraj
i am using ie version 5.0 - Original Message - From: Kubo Hiroshi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 05, 2002 8:05 AM Subject: Re: problem in file upload > Hi, > > From: "siraj" <[EMAIL PROTECTED]> > Subject: problem i

Re: problem in file upload

2002-05-04 Thread Kubo Hiroshi
Hi, From: "siraj" <[EMAIL PROTECTED]> Subject: problem in file upload Date: Thu, 4 May 2000 10:31:12 +0530 > hello groups, > > can some one tell me wht mistake i have made whn i tried to upload a > file What kind of browsers did you use to upload the fil

problem in file upload

2002-05-03 Thread siraj
hello groups, can some one tell me wht mistake i have made whn i tried to upload a file ,below is my code jsp bean protected FormFile theFile; protected String filePath; public FormFile getTheFile() { return theFile; } public void setTheFile(FormFile theFile) {

RE: File-Upload - empty after validation

2002-04-26 Thread Rooms, Christoph
-Original Message- From: Witbeck, Shane [mailto:[EMAIL PROTECTED]] Sent: donderdag 25 april 2002 15:38 To: [EMAIL PROTECTED] Subject: RE: File-Upload - empty after validation A good alternative to the struts file upload servlet is the one from servlets.com: http://servlets.com/cos/index.html I

Re: File-Upload - empty after validation

2002-04-25 Thread matt_raible
This *would* be possible using cookies and javascript if you could set the value of an element, but this is against the rules of the html-spec, so no go. I'm sure there is a way to workaround it, like setting the filepath as a cookie and then rendering an - but then the user will not be abl

RE: File-Upload - empty after validation

2002-04-25 Thread dhay
CTED]> To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: File-Upload - empty after validation A good alternative to the struts file upload servlet is the one from servlets.com: http://servlets.com/cos/index.html I am currently using it in a project to upload images a

AW: File-Upload - empty after validation

2002-04-25 Thread Hans-Joachim Matheus
Hi Christoph Von: Rooms, Christoph [mailto:[EMAIL PROTECTED]] > I have a html:file tag in my form. > > The user selects a file, press submit ... And because of > validation errors > he will see the form to re-edit it. BUT the file field is empty. > There is no workaround. The local file path

RE: File-Upload - empty after validation

2002-04-25 Thread Witbeck, Shane
A good alternative to the struts file upload servlet is the one from servlets.com: http://servlets.com/cos/index.html I am currently using it in a project to upload images and it works great. Sincerely, Shane Witbeck __ Developer, Bank of America email

File-Upload - empty after validation

2002-04-25 Thread Rooms, Christoph
Hi, I have a html:file tag in my form. The user selects a file, press submit ... And because of validation errors he will see the form to re-edit it. BUT the file field is empty. I know this has got something to do with Internet Explore because you can see the file refence in the htmlcode. A

RE: File upload

2002-04-23 Thread Stuart Jameson
Thanks Rob, Problem was I hadn't found the struts docs for FormFile. public void setMyFile(FormFile file) { myFile = file; } public FormFile getMyFile() { return myFile; } Struts deals with file upload for you. Suspected it might but I didn;t rtfm sufficiently b

RE: File upload

2002-04-23 Thread Robert Taylor
gt; From: Stuart Jameson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 8:26 AM > To: Struts Users Mailing List > Subject: RE: File upload > > > Hi, > > Got a problem with uploading files to the server. > > I don't get any errors but the files I try and uploa

RE: File upload

2002-04-23 Thread Stuart Jameson
Hi, Got a problem with uploading files to the server. I don't get any errors but the files I try and upload are always empty Code I'm using in the Action::perform() method looks like this PrintWriter pw = new PrintWriter( new BufferedWriter( new FileWriter("C:\\Demo.

Re: File Upload and Mozilla 0.99

2002-04-22 Thread Kubo Hiroshi
Hi. > I'm having problems with uploading files with mozilla 0.99 and struts. > Rather, the problem is when the file is optional and the user chooses > *not* to upload one. A partial stack trace below: I encountered the same problem. Thanks to Rich's information, I managed to avoid the run-ti

Re: full path name on file upload+MultipartIterator question

2002-04-15 Thread andexor
some JavaScript to copy from the file box to the hiddend field before you submit the form. Ed --- C D <[EMAIL PROTECTED]> wrote: > Hey Guys, > > 1) Is it true that, for security reasons, the full > path of a file that a client types in the > element during a file upload, i

full path name on file upload+MultipartIterator question

2002-04-10 Thread C D
Hey Guys, 1) Is it true that, for security reasons, the full path of a file that a client types in the element during a file upload, is never available to the server? (I see only a getFileName() on FormFile) 2) I see a lot of emails floating around on the common MultipartIterator error

RE: file upload

2002-04-05 Thread FISHKIN-LEVAS,JENNIFER (HP-NewJersey,ex2)
ril 05, 2002 11:56 AM To: Struts Users Mailing List Subject: RE: file upload Yes, Jenniffer, It does speed up when accessing from a different box! But who knows the reason? Thank for your reply. Kevin -Original Message- From: FISHKIN-LEVAS,JENNIFER (HP-NewJersey,ex2) [mailto:[EMAIL P

RE: file upload

2002-04-05 Thread Kevin Wang
iling List' Subject: RE: file upload Kevin, I ran into the same issue, not just with Struts File Upload, but also with the O'Reilly servlet as well. Are you uploading from the same box as your server? What I found is that if your client is on a different box than the server, the file u

RE: file upload

2002-04-05 Thread FISHKIN-LEVAS,JENNIFER (HP-NewJersey,ex2)
Kevin, I ran into the same issue, not just with Struts File Upload, but also with the O'Reilly servlet as well. Are you uploading from the same box as your server? What I found is that if your client is on a different box than the server, the file upload is speedy. --Jenn -Ori

file upload

2002-04-05 Thread Kevin Wang
Hi, Now I am testing the 'upload' sample shipped with Struts. I found it becomes very slow when the file size is big - say above 3M. Why? Have you guys run across the same problem? Thanks Kevin -- To unsubscribe, e-mail: For additional commands, e-mail:

File Upload and Mozilla 0.99

2002-04-02 Thread Rich Rodriguez
I'm having problems with uploading files with mozilla 0.99 and struts. Rather, the problem is when the file is optional and the user chooses *not* to upload one. A partial stack trace below: Root cause: java.lang.IllegalArgumentException: argument type mismatch at java.lang.reflect.Me

Problems with file upload

2002-04-01 Thread Stefan Frank
I've recently updated from struts 1.0.2 to struts 1.1b1 - and am now experiencing strange problems: The Action is called fine, and the file (in the example) gets written to disk - however when forwarding to the display I get the Following Exception: <01.04.2002 18:58:27 CEST> <[WebAppServl

file upload utility and virus

2002-03-25 Thread Tng Chee Hiong
Hi. I am using struts file upload utility to upload file and to read the file content. I call the destroy method after the handling of file upload. Is there any chance that I can catch a virus? Also, where does the file get uploaded to (that is what is the default path used)? Thanks.

File Upload and MultipartRequestWrapper

2002-03-13 Thread Yannick Lamothe
Hi, I'm using the latest nightly build from struts (1.1) and I'm experiencing some issues with file upload. The validation of the form performs well, but when the forward is called to display the next page, I've got the following exception. java.lang.Cla

File upload

2002-03-04 Thread Marcel Maré
In case anybody ran into the error "Cannot find message resources under key org.apache.struts.action.MESSAGE." when trying the Struts File upload example in the nightly build. Here's the solution thanks to the bugfixers: Add a "dummy" init parameter to the web.xml fil

RE: File upload - binary file checksum issue

2002-03-04 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Peter, This should be fixed as of version 1.0.1, and will definately not be an issue as in 1.1 -Original Message- From: Towns, Peter (ANTS) [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 6:48 AM To: '[EMAIL PROTECTED]' Subject: File upload - binary file checksum

File upload - binary file checksum issue

2002-03-04 Thread Towns, Peter (ANTS)
d to upload a PDF of equivalent size and the same behaviour occurred. However, a text file upload was fine... Has anyone experienced this ..? The linefeed is suspicious, but surely this isn't a ASCII/binary issue since the multipart contents will just be base64 (or whatever) encoded/decoded prior/pos

File Upload App

2002-02-28 Thread Juan Alvarado
Is it possible to use the file upload capabilities of struts so that you can have regular form controls as well as the file upload on the same form. In other words, is struts capable of handling this multi-part request at once. Thanks for your help

RE: File Upload

2002-02-28 Thread Gaulin . David
, Ottawa (Ontario) K1A 0H5 -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 11:32 AM To: Struts Subject: File Upload Is it possible to use the file upload capabilities of struts so that you can have regular form controls as

File Upload

2002-02-28 Thread Juan Alvarado \(Struts List\)
Is it possible to use the file upload capabilities of struts so that you can have regular form controls as well as the file upload on the same form. In other words, is struts capable of handling this multi-part request at once. Thanks for your help

RE: File Upload - how to speed up?

2002-02-26 Thread Galbreath, Mark
See: http://www-sci.lib.uci.edu/HSG/AATimeCalc.html Mark -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 11:47 PM Using the sample code, a ~50 MB file takes about 13 seconds to upload locally. I expect to have files that are similar in s

Re: File Upload - how to speed up?

2002-02-26 Thread swatson
ble ahoo.com>cc: Subject: File Upload - how to sp

File Upload - how to speed up?

2002-02-26 Thread Matt Raible
I'm using the struts-upload sample application to create file upload capability in my application. Using the sample code, a ~50 MB file takes about 13 seconds to upload locally. I expect to have files that are similar in size, and I wonder how long this might take over a T1 connection

File upload question

2002-02-19 Thread Ji Li
Hi, I am using struts' upload package to implement file upload feature. However I have a question about the temp dir. say I use java.io.tmpdir as the temp dir for MultipartIterator. What happend if multiple users upload the same file at the same time, will the previous file be overwri

REPOST: File upload example in nightly build is broken

2002-02-18 Thread Marcel Maré
The struts file upload example (struts-upload.war) in the nightly build gives the following exception om TC 4.0.1 on Win2K SP2: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE Does anybody know what's wrong? Somebody suggested

REPOST: Multiple file upload not possible due to MultiPartRequestHandler limitation?

2002-02-18 Thread Marcel Maré
File upload of a single file with Struts 1.0.2 seems to work OK. But it fails for multiple files. Note: I mean 1 tag where the user selects *multiple* files (Opera and IE allow this), not multiple tags! The MultipartRequestHandler doesn't seem to support this, since it getFileEle

File upload example in nightly build is broken

2002-02-14 Thread Marcel Maré
The struts file upload example (struts-upload.war) in the nightly build gives the following exception om TC 4.0.1 on Win2K SP2: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE Does anybody know what's wrong? Somebody suggested

Multiple file upload not possible due to MultiPartRequestHandler limitation?

2002-02-14 Thread Marcel Maré
File upload of a single file with Struts 1.0.2 seems to work OK. But it fails for multiple files. Note: I mean 1 tag where the user selects *multiple* files (Opera and IE allow this), not multiple tags! The MultipartRequestHandler doesn't seem to support this, since it getFileEle

Re: File upload produces modified files

2002-02-07 Thread John M. Corro
been used was ~6mbI haven't run into an issue as far as the file getting morphed/altered (knock on wood). - Original Message - From: "Tingleff, Sam" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday,

<    1   2   3   4   5   >