I want a user to be able to upload a video from their computer or record it right from their webcam, then fill out other information with a form. I'm writing this app with Django.
A:
The Django documentation should be able to help you handle file uploads:
http://docs.djangoproject.com/en/dev/topics/http/file-uploads/
tdedecko
2010-08-27 01:56:09
A:
Additionaly have a look at jquery uploadify. It's pretty useful for large file uploads because it display the progress of the download.
o.elias
2010-08-27 12:16:42