I want to add a file/folder browsing button in my rails application using simple_form
gem.
How do I do it? In simple_form documentation it is not mentioned.
Edit: File browse is mentioned in the documentation. But how to browse folders is not mentioned. Currently the only way I think possible is extract the folder from the file path. But what if there are no files present in the folder?