Re: Re: File Uploads Problem

2006-12-19 Thread Russell Keith-Magee
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

Re: File Uploads Problem

2006-12-19 Thread [EMAIL PROTECTED]
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'])

Re: File Uploads Problem

2006-12-18 Thread [EMAIL PROTECTED]
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

File Uploads Problem

2006-12-15 Thread [EMAIL PROTECTED]
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