On Mon, 2009-03-09 at 13:34 +0100, Marek Wawrzyczek wrote: [..] > When I try to use FileField it works the same. How can I slove this > problem ?
You need to add a bit extra to the HTML form when file uploads are involved. Essentially, telling the browser that the response should be encoded slightly differently for transmission. Documentation is at http://docs.djangoproject.com/en/dev/ref/forms/api/#binding-uploaded-files-to-a-form so I'll just point you there, rather than attempting to summarise it here. Cheers, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

