Don't you have different handlers for each input field? But if you do upload them by form giving them name attribute would help
Sep 5, 2018
7
Level 2
image Upload
I have a four image upload field in one page. now I’m facing a problem. . when i am upload an image they are store in one array but how to recognize which image which field. please help me
i think its need to be key value pair but how ?
<input type="file" @change="profileImage" /> <input type="file" @change="p1Certificate" /> <input type="file" @change="p2Certificate" /> <input type="file" @change="p3Certificate" />
Please or to participate in this conversation.