Skip to content

A simple actionscript uploader doing multipart form submission

Notifications You must be signed in to change notification settings

woome/camera_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web camera uploader in ActionScript (with a demo in django).

This is an amalgamation of two other projects:

The webcam tool is built on Mike Chambers as3 library, code from which is included in this project.

The point of this is that everything in here should be completly self contained /except/ the need for a flex compiler.

Prerequesites

Building

To build the AS3 source use ant:

ant

To make the django app, use veh to pull dependancies:

veh shell -- cd siteapp \; python manage.py syncdb
veh shell -- cd siteapp \; python manage.py runserver 8008

Now visit http://localhost:8008 and you should be seeing the camera app.

About

A simple actionscript uploader doing multipart form submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages