Hi,
Users can currently upload a single file within my
JSP by browsing to the specified file. Works without any problems. However, a recent requirement now requires the user to be able to select a folder and have all images/files within that folder uploaded.
How can I provide this functionality within my JSP and
servlet?
Advice much appreciated.
Thanks.