Skip to content

Georg7/example-ajax-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Example of HTML5-powered file uploads

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.

To run it, just do:

rackup

And the application should be accessible at http://localhost:9292.

If you want to know more, have a look at our blog post covering HTML5 file uploads

Rack::RawUpload

This example includes and uses a piece of middleware called Rack::RawUpload, also by us. It makes handling this kind of uploads much easier.

About

An example of HTML5-powered Ajax file uploads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%