I have implemented the file upload using rich:upload tag, now the new requirement is to make it accept drag-drop a file from a folder, then trigger the file upload process.
My question is how to implement this? Regardless Html5, jQuery etc, just implement it.
If it could be integrated to richfaces, e.g. once a drag event received, I can trigger the rich:upload with something like jQuery etc. that is best.
The project web framework is richfaces + jsf.
Thank you in advance.
Addition: Here is a jquery file upload demo