PHP's file_exists() will not work for me?

前端 未结 7 1747
既然无缘
既然无缘 2020-12-01 04:21

For some reason this PHP code below will not work, I can not figure it out.

It is very strange, file_exists does not seem to see that the image does exist, I have c

7条回答
  •  抹茶落季
    2020-12-01 05:00

    You have to write the file path like "file:///C:/Documents%20and%20Settings/xyz/Desktop/clip_image001.jpg".

提交回复
热议问题