I'm currently developing a Django application that contains allows the
user to take a photo using a webcam and save that on the local
harddrive. The application won't be accessed remotely in will run from
the localhost so there are no security concerns. The image can be
saved using some flash code.I'm just wondering if anyone has any idea
how I can access the image name and save that to my model when the
user clicks on the ADD button.

Should I break up the form into multiples so that in one step I
capture bio-data and in the next I do the flash webcam capture and
pass the last saved Id?

Any ideas would be helpful
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to