Re: S2: multiple file upload

2009-10-07 Thread Tommy Pham
From: "john.c.cartwri...@noaa.gov" To: user@struts.apache.org Sent: Wed, October 7, 2009 10:52:03 AM Subject: S2: multiple file upload Hello All, I'm having trouble getting the FileUpload interceptor (v2.0.14) to work w/ multiple files. My form

S2: multiple file upload

2009-10-07 Thread John . C . Cartwright
Hello All, I'm having trouble getting the FileUpload interceptor (v2.0.14) to work w/ multiple files. My form looks like this: and then my Action contains: File[] shapefile; String[] shapefileContentType; String[] shapefileFileName; w/ corresponding setters: public void setShapefile(File[

Re: [s2] Multiple file upload using arrays

2009-07-31 Thread Dave Newton
Nate Drake wrote: I have a question about multiple file uploads using arrays[1]. Say I have 4 text fields with a file input field "related" to each one on a JSP like this: The user must enter a value in the text field, but uploading a file isn't required. If the user picks a f

[s2] Multiple file upload using arrays

2009-07-30 Thread Nate Drake
add a new textfield/file input pair dynamically. Any ideas would be greatly appreciated. Thanks! Nate [1] http://struts.apache.org/2.1.6/docs/file-upload.html#FileUpload-UploadingMultipleFilesusingArrays -- View this message in context: http://www.nabble.com/-s2--Multiple-file-upload-using-ar