Skip to content

Commit 916ea10

Browse files
author
Pablo Brasero
committedJul 30, 2010
Added simple README
1 parent 902dc76 commit 916ea10

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Example of HTML5-powered file uploads
2+
3+
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

Comments
 (0)
Failed to load comments.