36
Views
4
Comments
Solved
Files Upload

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

2025-04-17 05-42-16
Ajit Kurane
Solution

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.

2024-09-12 02-43-38
Deepsagar Dubey

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.

Thanks
Deep

 

2023-01-26 16-03-24
Ana Agostinho

Hello Praveen Tumati, 

Did you check the official documentation link? 

Best regards, 

Ana

UserImage.jpg
Nani

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.