Hi
I have a requirement need to upload Employee Aaadhar's card, pan card, and employee profile photo all files I have to save in one entity and as well as maintain the records of Document file type also. I tried using the local variables file name, and file type as binary I could not get results can anyone help me how to implement them?
Regards,
Praveen T
Hi,
Do you want to upload multiple files ?
If yes then you can watch and refer below video,
https://www.youtube.com/watch?v=iir-AMDVpO8
Thanks,
Ajit Kurane.
Hi @Praveen Tumati
For this you need to create 3 different link or button for each document and allow to only upload single file at a time on each lick or button click,
Then you'll easily identify which document has uploaded, You can use file upload widget/component to do it.
I hope it'll help you.
ThanksDeep
Hello Praveen Tumati,
Did you check the official documentation link?
Best regards,
Ana
You can't use same Employee entity (you Can use but its complicated it take more time) to store the multiple files Create a new entity "EmployeeFiles" as name and Add a EmployeeId Attribute after add (FileName 'Text', File 'Binnary', FileType 'Text') Attribute if you want you can add Extra Attribute too.In Screen Add a EmployeeFiles List variable and Store Each file in that variable and when click on the save button just createorupdate the data in the EmployeeFiles Entity with EmployeeId