Hi,

I can't figure out how to handle image uploads in a form that accepts
a variable number of uploads. I would happily use Django newforms to
take care of it, but I'm using a form that can be extended to include
multiple file uploads (implemented by dynamically adding file input
tags to the DOM).

What are my options? Can I use python in the view to copy the uploaded
image from a tmp directory to the file system? To my knowledge, I
can't use an UploadedFile object without using form.ImageField or
file.FileField in the template.

New to Django and loving it - but ran into this bump. Thanks so much!
Justin

--~--~---------~--~----~------------~-------~--~----~
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