Re: Uploaded file always fails validation

2009-10-19 Thread mike.thon
On Oct 19, 4:36 pm, "mike.thon" wrote: > Hi all - I am quite new to python and Django but I'm starting to learn > my way around.  I am writing a form for uploading files but the form > always seems to fail the form.is_valid() test.  if I print the form > errors using: > >

Uploaded file always fails validation

2009-10-19 Thread mike.thon
Hi all - I am quite new to python and Django but I'm starting to learn my way around. I am writing a form for uploading files but the form always seems to fail the form.is_valid() test. if I print the form errors using: errors = form.errors print errors I get this string: fileThis field is