Re: File Upload with newforms

2008-03-10 Thread Marty Alchin
On Mon, Mar 10, 2008 at 6:09 AM, Paolo Ferretti <[EMAIL PROTECTED]> wrote: > I've got a problem with file upload in django. I found some generic > documentation like this: > > http://www.djangoproject.com/documentation/model-api/#filefield >

Re: File Upload with newforms

2008-03-10 Thread Michael Newman
Everything looks right in your code, on a brief glance. In your template, do you have your form prepared for multipart data; Does your form tag look like ? Might be something else, but that is the first thing that jumps out to me. Michael On Mar 10, 6:09 am, Paolo Ferretti <[EMAIL PROTECTED]>

File Upload with newforms

2008-03-10 Thread Paolo Ferretti
I've got a problem with file upload in django. I found some generic documentation like this: http://www.djangoproject.com/documentation/model-api/#filefield http://www.djangoproject.com/documentation/faq/#how-do-i-use-image-an... Reading that pages, I suppose that the file uploading copy into