This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Todd A. Fisher (author)
Sat Mar 28 14:23:15 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon Mar 09 20:12:26 -0700 2009 | |
| |
README | Tue Mar 10 07:17:38 -0700 2009 | |
| |
Rakefile | Mon Mar 09 20:10:50 -0700 2009 | |
| |
TODO | Mon Mar 09 20:21:13 -0700 2009 | |
| |
authorizer.rb | Mon Mar 02 08:32:05 -0800 2009 | |
| |
filters.rb | Mon Mar 02 08:32:05 -0800 2009 | |
| |
public/ | Tue Mar 10 07:20:40 -0700 2009 | |
| |
test/ | Mon Mar 09 19:47:05 -0700 2009 | |
| |
uploader.rb | Sat Mar 28 14:23:15 -0700 2009 | |
| |
views/ | Tue Mar 10 07:20:40 -0700 2009 |
README
A Simple Streaming Upload Server and Client Example ruby uploader.rb --port 3003 --authorizer authorizer.rb --auth-url http://yourhost/check --no-auth-redirect http://yourhost/login # this says use the built in authorizing and have it send an http request to /check # if it gets a denied response it will redirect to /login # remember in order for the authorizer to work, it forwards cookies, so the domain of the uploader and the domain of the check app # need to be the same. Dependencies: client must have google gears installed make sure to create the data-files folder Setup mkdir data-files ruby uploader.rb -p1337 or to use the uploader from a static file, see views/static.html







