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
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
@ChristianGiupponi I found a solution, I will be sharing with you shortly, which allow us upload both files and images, even in front end, I modified flupload.js bit so that it can send data as an ajax call, kind of hack you can say and little bit of php and js code, ping me at [email protected]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: