Re: Folder Upload

2009-11-24 Thread Greg Lindholm
No, it's an HTML limitation, most you can do is one file (per input tag) at a time. To get a whole folder you will need something that runs on the client (in the browser). You can't use Javascript either, security restrictions prevent it from messing with the input tag. On Tue, Nov 24, 2009 at 1:4

Folder Upload

2009-11-24 Thread jayakumar ala
Hi All, Is there anyway we can be able to upload a folder using struts2 + jsp or struts2+other way. I don't want to use applets or flash. Any help is appreciated. Thanks Jay