christiangenco / dbinbox

an inbox for your Dropbox
dbinbox.com
MIT License
285 stars 42 forks source link

Feature request: Limit files by type #42

Open ahallora opened 11 years ago

ahallora commented 11 years ago

It would be awesome if you could limit the types of files to upload by inputting permitted file extensions in the settings panel. :)

Inspiration see: http://stackoverflow.com/questions/12303660/restricting-file-types-in-jquery-file-upload-demo

christiangenco commented 11 years ago

I like it. Don't let people fill up your dropbox with movies or .exes if you know you just want images. Added to my todo list!

If you'd like to take a crack at it, I'd be happy to accept your pull request.

ahallora commented 11 years ago

Sure... :)

I'm new to github, so where can I find the HTML. I've located the CSS and some HAML-files, but the HTML could need a little update aswell. :)

2013/8/26 Christian Genco notifications@github.com

I like it. Don't let people fill up your dropbox with movies or .exes if you know you just want images. Added to my todo list!

If you'd like to take a crack at it, I'd be happy to accept your pull request.

— Reply to this email directly or view it on GitHubhttps://github.com/christiangenco/dbinbox/issues/42#issuecomment-23244272 .

christiangenco commented 11 years ago

The HAML files actually compile to HTML. You can learn more about it here: http://haml.info/