Re: file upload docs obsolete?

2009-05-14 Thread msoulier

On May 14, 3:51 pm, msoulier  wrote:
> I looked here
>
> http://docs.djangoproject.com/en/dev/topics/http/file-uploads/
>
> and it mentions request.FILES being a dictionary, but the 1.0 porting
> guide here
>
> http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/
>
> says otherwise.
>
> Was this overlooked? I think the page needs an update.

Oh, I misread. FILES is still a dictionary, but it no longer returns
dictionaries, but UploadedFile objects.

Gotcha.

Is it Friday yet?

Mike
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



file upload docs obsolete?

2009-05-14 Thread msoulier

I looked here

http://docs.djangoproject.com/en/dev/topics/http/file-uploads/

and it mentions request.FILES being a dictionary, but the 1.0 porting
guide here

http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/

says otherwise.

Was this overlooked? I think the page needs an update.

Thanks,
Mike
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---