Open sotos89 opened 5 years ago
From iOS 12 onwards, the file content is obtained on simulator. Did you test on device ?
yes i tested on simulator and device as well, because of i am using filetransfer plugin to upload fie and it doesn't support base64, the workaround i found is from base64 to create a blob file, copy it in a temporary file and then I could upload it. Its not the best way but it's a solution and it works.
same here. Had to go on with base64->blob parsing. Can't get image name, but anyway I guess name is not very useful on iOS
when i want to upload a photo in ios from share as i can see i don't have the photo file path. The only think i have that look like path is extension://index=0 but it does not work while i am trying to upload photo.