How to get the address of multiple pictures uploaded by input file

choose more than one picture, how to get its address, because after selecting I want to take it to cut, now I can only get its name, how can I get its address

Mar.04,2021

e.target.files[0].webkitRelativePath


I've solved it, using picture preview, and paste the method

below.
Menu