How to integrate it with reactive form #936
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On my app I have a profile form where I upload profile pic for user, how can I integrate this plugin with my form and submit image data to upload with form data?
I am using REST API to update profile details.
If you're using node on your backend:
on your frontend upload component:
in your html template: