undefined uploads using django cms cmsplugin_filer_file and cmsplugin_filer_image

前端 未结 2 1026
长发绾君心
长发绾君心 2021-01-16 15:29

I have just started using django-cms so please forgive my newbieness.

  1. Every time i try to upload a file in the admin area, for example an image file using c

相关标签:
2条回答
  • 2021-01-16 15:54

    Yep Timmy O'Mahony was correct. A JS directory was missing. Firebug sorted it.

    0 讨论(0)
  • 2021-01-16 16:04

    Another solution for posterity: I solved this issue twice by verifying the server could write to the storage.

    First time the bucket policy was broken. In another case the server time was so skewed (as EC2 doesn't sync time) that S3 wouldn't accept the upload. After using NTP and forcing a sync it worked again.

    0 讨论(0)
提交回复
热议问题