我有一个MVC引导页面,当我选择肖像照片时,它们会水平翻转,我正在使用引导文件输入。
<div class="fileinput fileinput-new" data-provides="fileinput">
<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">
<img src="/Content/images/noimage.gif" alt="No Image">
<!--<img data-src="holder.js/100%x100%" alt="...">-->
</div>
<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">
<img src="/content/postimages/medium/" />
<input type="hidden" name="existingFile-00000000-0000-0000-0000-000000000000" value="1" />
</div>
<div>
<span class="btn btn-default btn-file"><span class="fileinput-new">Select image</span><span class="fileinput-exists">Change</span><input type="file" name="file0"></span>
<a href="#" class="btn btn-default fileinput-exists" data-dismiss="fileinput">Remove</a>
</div>
</div>
要尝试该页面并查看文件是否水平翻转,请选择要上传到此页面的肖像图像:http://allthings.trade/poultry/incubators/newpost
最佳答案
我选择了一个肖像图像并显示了查找内容,如果我尝试提交表单,我将被重定向到注册页面,所以我无法对其进行检查。
无论如何,这种问题占后端的90%,大多数时候与引导程序或js无关。
关于javascript - 上载人像时水平翻转,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/31772671/