hi, I upgraded an app to the latest trunk. In one model I have a filefield called 'slides'. I have a Form for that model and in the view I have this code:
if request.FILES: newtalk.save_slides_file(request.FILES['slides']['filename'], request.FILES['slides']['content']) I get an error saying 'save_slides_file' is unknown. How do I get this to work? I am sure this has been asked and answered, but a diligent search did not yield any helpful result. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---