revanth
(revanth)
#1
in my app in view card i have made registertion form so app shouild automaticaly take phtot of view card and upload is it possible
iamwsumit
(Sumit Kumar)
#2
Here is one extension for that
Once you get the image then you can use Cloudinary component for uploading the image to your Cloudinary account.
2 Likes
revanth
(revanth)
#3
when submit button click it will take photo and i want it to upload itself when submit button click?
iamwsumit
(Sumit Kumar)
#5
Why you don’t try yourself. It will be better than asking anyone…
There is also a Event block in Cloudinary component that is MediaUploaded
.
You can use this event for getting the image URL after image uploaded.