How to resolve the C:\fakepath?

后端 未结 13 1626
梦如初夏
梦如初夏 2020-11-21 13:34

This is my upload button.



        
13条回答
  •  有刺的猬
    2020-11-21 13:56

    Complementing Sardesh Sharma's answer use:

    document.getElementById("file-id").files[0].path
    

    For full path.

提交回复
热议问题