You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple application written in Ruby, using the Sinatra framework. Hopefully it should be easy to read even to those who don't know Ruby.
4
+
5
+
To run it, just do:
6
+
7
+
rackup
8
+
9
+
And the application should be accessible at `http://localhost:9292`.
10
+
11
+
If you want to know more, have a look at our [blog post covering HTML5 file uploads](http://blog.new-bamboo.co.uk/2010/7/30/html5-powered-ajax-file-uploads)
12
+
13
+
# Rack::RawUpload
14
+
15
+
This example includes and uses a piece of middleware called [Rack::RawUpload](http://github.com/newbamboo/rack-raw-upload), also by us. It makes handling this kind of uploads much easier.
0 commit comments