hi, I have a form to edit some data which is spread over two models. In this case, I have to retrieve the existing data from the models, bind that to the form and open the form. One of the fields happens to be an image field. The newforms documentations says this:
file_data = {'mugshot': {'filename':'face.jpg' ... 'content': <file data>}} what is this <file data> that has to be put into the 'content'? If I leave it blank, I get a validation error as no file uploaded. I tried get_foo_url(), but that doesnt work either. -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---