Re: FileField doesn't repopulate after a ValidationError on another field

2008-10-30 Thread Karen Tracey
On Thu, Oct 30, 2008 at 12:19 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Ok, this sounds logical to me. > > I guess the best way to handle this is to make the uploading process > require 2 separate submission pages, the first one for all the regular > input, and then have a second page

Re: FileField doesn't repopulate after a ValidationError on another field

2008-10-30 Thread [EMAIL PROTECTED]
Ok, this sounds logical to me. I guess the best way to handle this is to make the uploading process require 2 separate submission pages, the first one for all the regular input, and then have a second page just to upload the file. Perhaps somebody has a better idea? Thanks On Oct 30, 5:42 pm,

Re: FileField doesn't repopulate after a ValidationError on another field

2008-10-30 Thread Karen Tracey
On Thu, Oct 30, 2008 at 10:52 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hello, > > I've having a problem with FileField and ImageField. Basically, I have > a form for uploading images: > > Name: _a_ (throws ValidationError('This name is already taken. Choose > another')) > Notes:

FileField doesn't repopulate after a ValidationError on another field

2008-10-30 Thread [EMAIL PROTECTED]
Hello, I've having a problem with FileField and ImageField. Basically, I have a form for uploading images: Name: _a_ (throws ValidationError('This name is already taken. Choose another')) Notes: _test notes_ Filename: _abc123.txt_ When I press SUBMIT, I get the form again, but it looks like