I want to support folder upload option.
input type="file" name="files[]" multiple directory webkitdirectory mozdirectory
This works in chrome and opera and not elsewhere. I know its not supported by FF. But is there a way to do so. I came across the zipping option here(Select directory for HTML5 multiple file input in Firefox?) as well but I dont want it that way. Can someone suggest a way to start off with this, so that I can support/simulate folder upload in FF/IE.