Re: FileField not working, however ImageField is.

2008-06-11 Thread Rodrigo Culagovski
Nope, just disabled the validator and moved on to other projects. Non-ideal, but hey, that's what we get from using a pre 1.0 framework, I guess. Rodrigo On Jun 10, 4:38 pm, diggs <[EMAIL PROTECTED]> wrote: > Did you ever figure out what the problem was? I'm having the exact > same issue. Using

Re: FileField not working, however ImageField is.

2008-06-10 Thread diggs
Did you ever figure out what the problem was? I'm having the exact same issue. Using the RequiredIfOtherFieldEquals validator with an ImageField. On May 19, 10:16 am, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > I commented out the validator_list = [is_archivo] , and it'sworking > now, albeit

Re: FileField not working, however ImageField is.

2008-05-19 Thread Rodrigo Culagovski
I commented out the validator_list = [is_archivo] , and it's working now, albeit sans validation, of course. This seems odd, as the other 2 validator lists (is_texto & is_link) work fine. > Have you tried uploading files with more than one browser? Is the html > code in the forms set up properly

Re: FileField not working, however ImageField is.

2008-05-18 Thread Jeff Anderson
Rodrigo Culagovski wrote: I have a FileField in a model that's not working. When I try to upload a file via the admin site, nothing is uploaded and I get a validation error (as if I hadn't filled in the field). Have you tried uploading files with more than one browser? Is the html code in the fo

FileField not working, however ImageField is.

2008-05-17 Thread Rodrigo Culagovski
I have a FileField in a model that's not working. When I try to upload a file via the admin site, nothing is uploaded and I get a validation error (as if I hadn't filled in the field). In the same application but different model, I have ImageFields that work fine. I changed the 'upload_to' paramet