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 this,

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 this,