所以我想使用JQuery Mobile在Web表单中使用文档上传元素。在我的测试环境中的每个移动平台都允许它(只允许小额外的样式,但也有一些),直到我来到IE和IE Mobile。它们都是两种情况,并且在IE Mobile中根本不起作用。
我是否遗漏了一些秘密文件,或者我愚蠢地期望IE的行为与其他人一样......我会再次猜测,他们在面对顺从时笑了。
感谢您的任何意见和建议。
关于代码,我当时没有使用任何更好的东西:
<input name="exampleName" class="exampleClass" id="exampleDocument" type="file" size="250" value=""/>
<!--and Jquery Mobile changes the class name to input ui-input-text ui-body-a-->