On Thu, Jun 23, 2011 at 18:51, raj <[email protected]> wrote: > I was reading https://docs.djangoproject.com/en/1.3/topics/http/file-uploads/, > and I got a little confused when looking at the handle_uploaded_file > function.
You should read: https://docs.djangoproject.com/en/dev/ref/models/fields/#filefield And a simple google search on "handle uploaded file django" gives this useful snippet: http://djangosnippets.org/snippets/1036/ Did you search google before asking? :-) -- With regards, Herman Schistad -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

