本文介绍了什么是IFORM相当于fileAFormOpt?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在带有文件输入标签的现有表单上使用runInputPost。 fileAFormOpt存在于AForms中,但是我怎样才能对IForm做同样的处理,因为没有fileField类型? 使用为该用例。
I want to use runInputPost on an existing form with a file input tag. fileAFormOpt exists for AForms, but how can I do the same with an IForm since there is no fileField type?
解决方案
I would recommend using lookupFile
for that use case.
这篇关于什么是IFORM相当于fileAFormOpt?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!