-
Jquery fineuploader update metadata of the file
almost 9 years ago
-
over 8 years ago
Hi Bhagwan
You need to set includeExif: true under scaling.
scaling: { // send the original file as well sendOriginal: true, // fox orientation for scaled images orient: true, // If null, scaled image type will match reference image type. This value will be referred to // for any size record that does not specific a type. defaultType: null, defaultQuality: 80, failureText: "Failed to scale", includeExif: true, // metadata about each requested scaled version sizes: [] }
1 Answer(s)