Re: What is an UploadedFile?

2008-03-28 Thread Karen Tracey
On Fri, Mar 28, 2008 at 2:10 PM, Eric VW <[EMAIL PROTECTED]> wrote:

>
> I have tried searching around in the newforms FileField documentation
> and have no idea what I is the UploadedFile object is when you
> cleaned_data?  Does anyone else know?
>
> Thanks!
>

When documentation is lacking, there's always the source to look at:

http://code.djangoproject.com/browser/django/trunk/django/newforms/fields.py#L417

It's just a wrapper to hold the filename, content pair.

Karen

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



What is an UploadedFile?

2008-03-28 Thread Eric VW

I have tried searching around in the newforms FileField documentation
and have no idea what I is the UploadedFile object is when you
cleaned_data?  Does anyone else know?

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