I want to make a file uploader with Flex. However, I want it to select a folder and upload all the files in the folder. It would be much better if I can actually check the files before uploding.
I'm using Flex with JSP in the back-end. Is there a way to do this?
So far, all I found from googling around is how to make file uploader for uploading a single file.