Skip to content

Instantly share code, notes, and snippets.

@christopherperry
Created June 29, 2013 07:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopherperry/5890202 to your computer and use it in GitHub Desktop.
Save christopherperry/5890202 to your computer and use it in GitHub Desktop.
Select directory with HTML input field.
<input type="file" name="files[]" multiple directory webkitdirectory mozdirectory>
@christopherperry
Copy link
Author

For Rails do:

file_field_tag 'file', :multiple => true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment