-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
i use this exact same code
const data = new FormData(); data.append('name', 'testName'); // you can append anyone. data.append('photo', { uri: photo.uri, type: 'image/jpeg', // or photo.type name: 'testPhotoName' }); fetch(url, { method: 'post', body: data }).then(res => { console.log(res) });
it work on ios and Android
But i have problem with the exif /metadata part. on Android the uploaded picture contain the exif but not on IOS.
is some one getting this error ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels