Is there a way to access to a document field and assign “Extensions to allow” Attribute?
I have try do it like this
In field Attributes:
I have set “Extensions to allow” to {myExt}
In form onload event :
{myExt}=?txt;.txt? ;
but it gives error message ?invalid file type? when i try to upload a txt file.