I think (I'm not sure that it does nothing, and you have to manually
use request.FILES to get the file you want, and manually upload it to
wherever you want. Please someone correct me if I'm wrong.

It's a kludge for now, but I think (hope) Adrian is working on it...
If it worked automatically (the simplest case is to access the file
via the form field) it would save a lot of manual work...

On Mar 3, 8:49 pm, "sansmojo" <[EMAIL PROTECTED]> wrote:
> Stupid question, but I've not had to handle this so far with Django.
> I'm getting used tonewforms, but I'm not sure how much it handles
> when you use a FileInput widget.  Does ituploadthefileto the
> upload_to directory you specify in the model on form.save()?  If not,
> what is the recommended process to use for this?
>
> Thanks!
>
> Branton


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