Re: Error uploading images

2016-07-02 Thread Lee Hinde
Aargh. Thanks. On Saturday, July 2, 2016, Vijay Khemlani wrote: > The typical problem is forgetting to add the > > enctype='multipart/form-data' > > attribute to the form tag > > > > On Sat, Jul 2, 2016 at 9:40 PM, Lee Hinde > wrote: > >> Using django-storages to put user uploaded files on s3.

Re: Error uploading images

2016-07-02 Thread Vijay Khemlani
The typical problem is forgetting to add the enctype='multipart/form-data' attribute to the form tag On Sat, Jul 2, 2016 at 9:40 PM, Lee Hinde wrote: > Using django-storages to put user uploaded files on s3. > > Uploading images in the shell works fine. So, I assume I've got > django-storage

Error uploading images

2016-07-02 Thread Lee Hinde
Using django-storages to put user uploaded files on s3. Uploading images in the shell works fine. So, I assume I've got django-storages and boto installed fine and S3 configured correctly. Uploading in real-life, doesn't work. The error I get back is that the image field is required. The model: