Skip to content

Commit

Permalink
Mention non-image support and tus protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
choonkeat committed Jan 19, 2016
1 parent f427ee1 commit ce6298a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

If you're interested in the "why", checkout [my slides](http://www.slideshare.net/choonkeat/file-upload-2015) and [the blog post](http://blog.choonkeat.com/weblog/2015/10/file-uploads-2015.html).

Your app can easily support
- all file types since attache let apps [display non-image files as icons through `<img src...>`](https://github.com/choonkeat/attache/pull/28)
- resumeable upload over unreliable (mobile) networks [using TUS protocol](https://github.com/choonkeat/attache/pull/10)

## Run an instance

#### Heroku
Expand Down

0 comments on commit ce6298a

Please sign in to comment.