You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error in def upload(request): method
it cause following error
Exception Type: NotImplementedError at /en/upload/
Exception Value: This backend doesn't support absolute paths.
Request information:
GET: No GET data
i use django-jfu it work perfectly in normal uploading
but when i use amazon bucket for store images it return
500 INTERNAL SERVER ERROR
NotImplementedError at /en/upload_photo/
This backend doesn't support absolute paths.
but image store successfully but it gives error
![jfu_error](https://cloud.githubusercontent.com/assets/9051467/10359197/d2fccefe-6db3-11e5-9f0e-925190fe1610.png)
i attach image of that
this error how can i solve this error
The text was updated successfully, but these errors were encountered: