Re: File Uploads Form Field "title" Questions

2011-01-27 Thread Rob McQueen
I think this is trivial considering that the example does not use request.POST['title'] They must of just forgot to use the title field in the view? One practical example could be to use the title as the filename which you intend to store in your filesystem. You can do this by changing the

Re: what am I doing wrong?

2011-01-25 Thread Rob McQueen
Is there a reason why you inherit from forms.Form, but not forms.ModelForm ? Is it successfully finding ModelForm without the reference to forms? -Rob On Tue, Jan 25, 2011 at 12:41 PM, MikeKJ wrote: > > class CertForm(forms.Form): >agree =