"data:image/jpeg;base64," I removed this part but that function base64toBlob is still can't convert the image to blob
"data:image/jpeg;base64," I removed this part but that function base64toBlob is still can't convert the image to blob
Yes,
I'm trying to send the base64 content to the base64toblob function through onsuccess event of the camera intent. I'm splitting the base64 value into two parts and sending the second half to the base64toblob function. But still the image is not uploaded. no errors no storage. nothing happening.
The above code was unable to convert jpeg image
I'm fetching data from the database which includes images. Now I want to store those images in a model. How can I achieve this?