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.
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
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:
3 matches
Mail list logo