Fetching field id?
HI,
How to get the file upload control's field id.
Actually i have 2 file upload controller in my form and i want that both the file controls performs a different action.
So how do I distinguish between both the file controller.
-
Hi Kashish,
the internal name is the id. JavaScript functions:
https://documentation.agilepoint.com/00/appbuilder/cloudjsGetUploadedFiles.html
https://documentation.agilepoint.com/00/appbuilder/cloudjsAddFilesToFileControl.html
is it what you want?
Regards,
Alexey
-
No Alexey, in these function I have to pass the internal name as an parameter. But I want that function with which I get the internal name as an output.
Suppose I don't know my internal name, so I want its internal name or fieldId through javascript. Now, how do I do that, how do I find the FieldId or internal name?
-
Hi Kashish,
https://documentation.agilepoint.com/00/appbuilder/cloudformMultiFileControl.html
Regards,
Alexey
Please sign in to leave a comment.
Comments
10 comments