Getting the Full Path Of A File Upload Field In A Form in PHP

后端 未结 2 1045
隐瞒了意图╮
隐瞒了意图╮ 2021-01-20 18:00

I am using a file upload in PHP. I want to get the Full PATH of the File Selected. Is there any way i can get the full path in PHP??

For Eg: i uploaded a image fro

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-20 18:33

    You probably can't. Many browsers these days don't send that information, as it can give attackers information about the user's system.

提交回复
热议问题