I want to download folder that client side (browser) make.
I considered using File API, but I can\'t find how to make folder.
For example, some png make from ht
You can use FSO.js, but be warned that it currently only works in Chrome. Additionally, the folders you create can only really be accessed from within your webapp (for example, you can't choose to write a specific folder on the C drive).