gpt4 book ai didi

php - 取消链接功能不适用于 Internet Explorer 中的图像

转载 作者:搜寻专家 更新时间:2023-10-31 21:44:47 26 4
gpt4 key购买 nike

我在 Internet Explorer 中取消图像链接时遇到问题,但它在 Mozilla 中有效。

我用过php代码:

<?php

unlink("./product_photos/".$name);


?>

最佳答案

PHP 不受浏览器问题的影响。

如果 unlink() 失败,可能与您的 PHP 有关。文件路径是否指向文件? var_dump(file_exists("./product_photos/".$name)); 在删除之前说了什么?如果它不是 (bool) true,那就是你的问题:)

如果 $name 来自用户,请确保它已被清理,否则我可能会输入 ../../../your-site/index.php(目录遍历攻击)。

关于php - 取消链接功能不适用于 Internet Explorer 中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5522372/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com