I have an online application and I want my clients to save their files to a particular folder of their own choosing, could be documents, desktop or a newly created folder. The file attribute in html does not help. Is there a choose directory dialog functionality in HTML or JavaScript, or PHP.
How can I achieve this?