I have many files and input tags lets say I have these files i.e profileImage (JPEG), Certificate (pdf),ID card (.docx) . I am using this link for file uploading file on server. here is only input tag.
my server will response with their address of file after being uploaded (/content/profile.JPEG). I want to keep track which file is uploaded at that time so i can manage their call back paths on front end.
like I can save separate address for profile image and so on for certificate and id card.