DEV Community

Discussion on: Smooth File Uploading with React

Collapse
 
kingmauro profile image
Mauro

Hello Rik. I'm looking for a solution to the EXIF orientation problem. Do you know if the 'filepond-plugin-image-exif-orientation' plugin can be used as a standalone solution? I mean, to use it just for its purpose. The file upload and show must be handled via fetch api. Thanks

Collapse
 
rikschennink profile image
Rik Schennink

Hi, it doesn't work standalone, but you could probably use the code to read the EXIF orientation and then use the image preview plugin code to find out how to use the orientation info.