how to get client side path of the uploded file

前端 未结 2 1462
终归单人心
终归单人心 2020-12-12 05:21

I have a form that uploads files, i need to get client side path to file?
server path i could get from php array $_FILES

$_FILES[\"UploadFileName\"][\"tm         


        
2条回答
  •  独厮守ぢ
    2020-12-12 06:15

    You can't. That's a security matter and the browsers will not provide that to you.

提交回复
热议问题