Re: FileField, ImageField silently fail

2007-04-23 Thread andalucien
More information: this problem only seems to occur if I'm trying to upload the images inline, taking advantage of the edit_inline parameter. I can upload images fine one at a time using the normal form. That's not very user friendly for this app though... -Matt On Apr 24, 12:05 am, andalucien

FileField, ImageField silently fail

2007-04-23 Thread andalucien
Hi, I'm having trouble getting a FileField or ImageField to work. The admin interface successfully validates the field, ensures that it's an image if I use ImageField, etc. It even shows the normal confirmation message upon a successful form submission. However, no record appears in the databas