Re: File Upload : Progress Bar

2002-11-12 Thread John Jones
bar accordingly. - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 8:45 AM Subject: Re: File Upload : Progress Bar I've seen it done too, but not in JSP/Servlets (in my asp days... brrr) Going to try

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-user-help

Re: File Upload Tutorial

2002-11-05 Thread Jacob Hookom
, 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 -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org

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

RE: file upload problem

2002-09-23 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

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

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 application, and i think

RE: file upload problem

2002-09-20 Thread Martin Cooper
: 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 am getting this error on submission

RE: file upload problem

2002-09-20 Thread Galbreath, Mark
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 am getting this error on submission. javax.servlet.ServletException: BeanUtils.populate

RE: file upload problem

2002-09-20 Thread Mark Silva
, 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 take a look

RE: file upload problem

2002-09-20 Thread Tiago Nodari
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 sources for the struts-upload sample application that comes with Struts. That will give you a working example

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 Struts 1.1-b2 if you can. It uses a new

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

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

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 Sep 4, 2002 3:44:14 PM EDT Error HTTP [WebAppServletContext(2292995)] Servlet failed

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

No form parsing when file upload exceeds maxFileSize

2002-08-31 Thread Wellie W. Chao
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 that Struts decided not to parse things because

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
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 |remove: -- file1.txt |x file2.txt |o submit Alex I believe it's

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 approach before spending time on it. I

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 field? Nothing, or null

Multiple file upload?

2002-08-17 Thread Andrew Hill
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 array

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 better get

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 figured I

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

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

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 problems

RE: File upload: no multipart request data sent

2002-07-24 Thread Martin Cooper
]' 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 action ) after the processing is done, I get the following error

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 anyone have ANY ideas on this issue??? Im really

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

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: File upload Maximum limit

2002-07-16 Thread Jacob Hookom
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 reply

FormFile/DiskFile and form validation/redisplay during file upload

2002-07-11 Thread Galpin, Charles
(20020711) to get past other file upload problems under weblogic 7.0. Thanks charles

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

2002-07-11 Thread Daniel J. D'Cotta
to hacking, etc. Regards, Daniel -Original Message- From: Galpin, Charles [mailto:[EMAIL PROTECTED]] Sent: Thursday, 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

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

RE: Problem with empty file upload field

2002-07-07 Thread Dave Weis
:[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, but I receive an error if I try to submit the form with the file

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 any problems. I

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

RE: Problem with empty file upload field

2002-07-06 Thread Alex Paransky
, 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 selected. I'm using

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

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. Also, I

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

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 click the Code for Browsing to File

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 form

RE: File upload failure in struts 1.1b - FIX

2002-05-27 Thread Don Elliott
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'd better

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Joe Germuska
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 RequestProcessor method

RE: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Don Elliott
]] Sent: Saturday, 25 May 2002 1:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: File upload failure in struts 1.1b - FIX I tried this patch with Tomcat 3.3.1, and all i did was add: enctype=multipart/form-data to the html:form / element, and then i got

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Jeremy Prellwitz
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 wasn't sure if the problem occured on Tomcat 3.x as it looks like all the people reporting

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 RequestProcessor

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: File upload failure in struts 1.1b - FIX

2002-05-24 Thread Jeremy Prellwitz
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], struts- [EMAIL PROTECTED] Hi Struts Users / Developers

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: html:form action=/ProcessProducts method=POST enctype=multipart/form-data html:file

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 an exception (both

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: Andrej [EMAIL

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 [CopyPaste] when you use struts in combination with a Weblogic servlet

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 ClassCastExcpetion

Re: problem in file upload

2002-05-06 Thread Kubo Hiroshi
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 Mozilla 0.9.9 ... - Original Message

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 in file upload Date: Thu, 4 May 2000 10:31:12 +0530

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 file? ,below is my code jsp html:form

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 html:form action=/upload.do enctype=multipart/form-data html:file property=theFile /br /br / html:submit / bean protected FormFile theFile; protected String filePath; public

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

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.

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

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 dhay
: 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 and it works great. Sincerely, Shane Witbeck

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 input type=file 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 input type=text - but

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

RE: File upload

2002-04-23 Thread Robert Taylor
[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 upload are always empty Code I'm using in the Action::perform

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 before

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-time

Re: full path name on file upload+MultipartIterator question

2002-04-15 Thread andexor
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 html:file element during a file upload, is never available

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 html:file 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

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

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 -Original

RE: file upload

2002-04-05 Thread Kevin Wang
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 upload is speedy

RE: file upload

2002-04-05 Thread FISHKIN-LEVAS,JENNIFER (HP-NewJersey,ex2)
: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 PROTECTED]] Sent

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

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 Error HTTP

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.ClassCastException

File upload - binary file checksum issue

2002-03-04 Thread Towns, Peter (ANTS)
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/post transport ..? Could this be a bug, or have I missed

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 issue Hi

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 file like so: servlet

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

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

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

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

Re: File Upload - how to speed up?

2002-02-26 Thread swatson
: Subject: File Upload - how to speed up? 02/25/2002 11:46

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

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 overwrittern

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 INPUT TYPE=FILE tag where the user selects *multiple* files (Opera and IE allow this), not multiple INPUT TYPE=FILE tags! The MultipartRequestHandler doesn't seem to support

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

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 INPUT TYPE=FILE tag where the user selects *multiple* files (Opera and IE allow this), not multiple INPUT TYPE=FILE tags! The MultipartRequestHandler doesn't seem to support

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

File upload produces modified files

2002-02-07 Thread Tingleff, Sam
Using Struts 1.0 with Tomcat 4.0.1 on Win 2k. FormFile uploads will consistently produce modified files with some large binary files. Is this a known bug? Is there a fix available for Struts 1.0? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: File upload produces modified files

2002-02-07 Thread John M. Corro
Very interesting, when you say large...how large we talking? - Original Message - From: Tingleff, Sam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 11:24 AM Subject: File upload produces modified files Using Struts 1.0 with Tomcat 4.0.1 on Win 2k

RE: File upload produces modified files

2002-02-07 Thread Jeff Martin
Well, how do the files compare to each other? Is one longer by a byte, a lot of bytes, did it do \n - \r\n conversions on you, or what? -Original Message- From: Tingleff, Sam [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:24 PM To: '[EMAIL PROTECTED]' Subject: File

Re: File upload produces modified files

2002-02-07 Thread Martin Cooper
Subject: File upload produces modified files Using Struts 1.0 with Tomcat 4.0.1 on Win 2k. FormFile uploads will consistently produce modified files with some large binary files. Is this a known bug? Is there a fix available for Struts 1.0? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL

RE: File upload produces modified files

2002-02-07 Thread Tingleff, Sam
]] Sent: Thursday, February 07, 2002 9:29 AM To: Struts Users Mailing List Subject: RE: File upload produces modified files Well, how do the files compare to each other? Is one longer by a byte, a lot of bytes, did it do \n - \r\n conversions on you, or what? -Original Message- From

RE: File upload produces modified files

2002-02-07 Thread Tingleff, Sam
You're right, Struts 1.0.1 seems to have fixed this. Thanks! -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:39 AM To: Struts Users Mailing List Subject: Re: File upload produces modified files There were a couple of bugs related

Re: File upload produces modified files

2002-02-07 Thread John M. Corro
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, February 07, 2002 12:01 PM Subject: RE: File upload produces

<    1   2   3   4   >