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
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[
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
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
4 matches
Mail list logo