I have a web application whose purpose is to upload some excel files and images related to that excel file. Now for example if directory structure on client side is as follows
..
/education.xls
/educationImages
/img1.png
/img2.png
can I write a code in javascript/jquery/angularjs so that if user selects education.xls for upload, my script would automatically attach img1 and img2 with that form data ?