开发者

Uploading issue with IE, works properly for mozilla

开发者 https://www.devze.com 2022-12-11 20:51 出处:网络
td> Above is working fine for Mozilla and not for IE PHP:if(move_uploaded_file($_FILES[\'uploadedfile\'][\'tmp_name\'], $target_path))

td>

Above is working fine for Mozilla and not for IE

PHP: if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { he开发者_如何学Cader("Location: EHP_Configuration.html"); }


Perhaps it's the broken table cell in HTML. You said td>.

Beyond that, I don't know what script you're using but you should really find a way to not put your max file size limit as a hidden field (or anywhere on the client-side), as this is a security risk.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号