Hi,
I need to allow my users to upload some images via the frontend.
I'm able to display the dropzone without any problem setting the csfr_protection to false but when I try to upload a photo I'm not able to see that image after the upload process.
Seems like that the {{url}} is not passed to the view, how can I solve this?



Hi,
I need to allow my users to upload some images via the frontend.
I'm able to display the dropzone without any problem setting the csfr_protection to false but when I try to upload a photo I'm not able to see that image after the upload process.
Seems like that the {{url}} is not passed to the view, how can I solve this?