5v3n / superupload

Just a little exercise to get into plain rack apps a little. Perhaps a little to deep ;-).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Upload...

...and the world of file uploads will probably never be the same again.

Building a file upload with progress indicator without using apache mods and only as little libraries as possible. Kind of tied my hands on my back with these constrains to get inside the dirty details. What a ride!

  • Use superupload.5v3n.com to click though
    • just a heroku app - the uploads are not stored (consequently).
  • Use foreman start to run the server locally on port 5000
    • requires local redis db
  • Use rspec spec to run the specs

About

Just a little exercise to get into plain rack apps a little. Perhaps a little to deep ;-).

License:Other


Languages

Language:Ruby 92.7%Language:JavaScript 7.3%