undefined uploads using django cms cmsplugin_filer_file and cmsplugin_filer_image

元气小坏坏 提交于 2019-12-01 13:00:59

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!