资源说明:html5+exif+canvas照片上传
EXIF.getData(file, function() {
// alert(EXIF.pretty(this));
EXIF.getAllTags(this);
//alert(EXIF.getTag(this, 'Orientation'));
Orientation = EXIF.getTag(this, 'Orientation');
//return;
});
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。