What is an IForm equivalent to fileAFormOpt?

I want to use runInputPost in an existing form with a file input tag. fileAFormOpt exists for AForms, but how can I do the same with IForm since there is no FileField type?

+1
source share
1 answer

I would recommend using lookupFilefor this use case.

+1
source

All Articles