We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563a77 commit bf3f2fcCopy full SHA for bf3f2fc
README.md
@@ -379,6 +379,8 @@ Upload.isUploadInProgress() boolean
379
Upload.urlToBlob(url).then(function(blob) {...});
380
/* returns boolean to check if the object is file and could be used as file in Upload.upload()/http() */
381
Upload.isFile(obj);
382
+/* fixes the exif orientation of the jpeg image file*/
383
+Upload.applyExifRotation(file).then(...)
384
```
385
**ng-model**
386
The model value will be a single file instead of an array if all of the followings are true:
0 commit comments