I am very new to front end and trying to design a webpage. which will be something like this:
There are two navigation tabs:
1: file upload: we will select some files using drag and drop or browse from our local path.(c drive)
2: files available: This will show list off all files which we have selected from local in below format:
So as I am new to front end, I don't know how to interact with local machine(laptop) to get files and show them on webpage in a list format.
I would appreciate some help if you guys can provide me some guidence.