Re: Folder Upload
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
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