Re: Problem with formsets and uploading of files

2009-03-17 Thread motard
I found the error in this post: http://groups.google.com/group/django-users/browse_thread/thread/adf591a15786ca98 Feel a bit embarrassed... Wasn't setting the enctype attribute in my form html tag... Regards, Stefan On 17 mar, 17:06, Alex Gaynor wrote: > On Tue, Mar 17, 2009 at 11:09 AM, Stef

Re: Problem with formsets and uploading of files

2009-03-17 Thread motard
This is an error of mine that happened when transcribing my code to the mail. I DO call is_validate() The issue here seems to be something I miss regarding the use of file uploads together with formsets... Regards, Stefan On Mar 17, 5:06 pm, Alex Gaynor wrote: > On Tue, Mar 17, 2009 at 11:09

Re: Problem with formsets and uploading of files

2009-03-17 Thread Alex Gaynor
On Tue, Mar 17, 2009 at 11:09 AM, Stefan Tunsch wrote: > > Hi! > > I am having trouble getting a formset to work and handling the uploaded > files. > > First of all, let me say that it's the first time I'm working with > formsets. > I've also never before tried to upload files. > It is possible t

Problem with formsets and uploading of files

2009-03-17 Thread Stefan Tunsch
Hi! I am having trouble getting a formset to work and handling the uploaded files. First of all, let me say that it's the first time I'm working with formsets. I've also never before tried to upload files. It is possible that I might be misunderstanding some basic stuff... My scenario is the f