On 12/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> after a bit of tweaking with the MEDIA_ROOT i am able to post files
> through my custom manipulator. I still have to work on the validation
> scheme on the manipulator but this works for abeta launch.
I should point out at this poin
I got this to work by changinging up the line here from the
Manipulator
>>def complete(self, request, data):
>>self.save()
I put this in my Participant manipulator
self.participant.save()
self.participant.save_photo_path_file(data['photo_path']['filename'],data['photo_path']['content'])
Anyone got any ideas on this one
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group
Hey all, I have been bangin my head on this one for a while, any help
would be appreciated. I have form that is saving via a custom
manipulator that I put together, in this form is an image upload field
that I can not get to upload a file - I can get the file name into the
db no problem, but the f