ImageUploader Userform

This commit is contained in:
Yash Rathore
2020-10-30 12:39:26 +05:30
parent cba0065e9e
commit d868b507ba
4 changed files with 29 additions and 9 deletions

View File

@@ -117,3 +117,4 @@ function getCroppedImg(image, crop, fileName) {
}, 'image/jpeg', 1);
});
}