Re: File Upload Issues - ModelForm

2008-05-15 Thread Michael Pryfogle
Thanks for the pointer, I swear I had tried that quite a few times; but it started me in the right direction. I had a few issues with my __init__ declaration as well. I'll clean it up and post it on django snippets. On May 15, 11:18 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Thu, May 15,

Re: File Upload Issues - ModelForm

2008-05-15 Thread Karen Tracey
On Thu, May 15, 2008 at 10:53 AM, mikelostcause <[EMAIL PROTECTED]> wrote: > > I have been searching and unable to find out why my script is not > working correctly > > If i take the required = False off of the image, the error "This field > is required" get's thrown, else the 'image' field seems

File Upload Issues - ModelForm

2008-05-15 Thread mikelostcause
I have been searching and unable to find out why my script is not working correctly If i take the required = False off of the image, the error "This field is required" get's thrown, else the 'image' field seems to not exist in the data as I now get 'No Data in Cleaned Data' error from the clean_

Re: File Upload issues

2006-12-23 Thread Osso
On Dec 21, 2:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: # call the custom save() method from the manipulator # image upload seperate from the data save- this can be refractored to be more generic # save_FOO_file is an included method with a filefield

File Upload issues

2006-12-23 Thread [EMAIL PROTECTED]
Hello all, I posted a while ago about some file upload issues, i figured out how to upload a file with my custom manipulator, but now I am running into an issue where if I do not include file in my form I get an error message that "list indexes must be integers" My custom manipulat

Re: File Upload Issues Help

2006-12-21 Thread [EMAIL PROTECTED]
I have been struggling with this for way too long, any one have any thoughts Please I need some help... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

File Upload Issues Help

2006-12-21 Thread [EMAIL PROTECTED]
Hello all, I posted a while ago about some file upload issues, i figured out how to upload a file with my custom manipulator, but now I am running into an issue where if I do not include file in my form I get an error message that "list indexes must be integers" My custom manipulat