在线图像无法通过

时间:2018-05-15 10:10:07

标签: php image upload hosting

离线(本地)我的图片在上传后变低,但在线我不能。对于有PHP经验的人来说,它可能是一个简单的解决方案。下面的代码片段是针对twitter的,但是该网站现在位于托管主机上,所以我没有目录' twitter'不再(因为所有的文件只是推到另一个目录而不是推特)

网址托管是:http://uptospace.thomasdebelder.be/ 这也是文件在我的ftp程序中的位置:目录名:uptospace.thomasdebelder.be

move_uploaded_file($fileTmp,$_SERVER['DOCUMENT_ROOT'].'/twitter/'.$root);



if($fileSize <= 2097152) {
            $root = 'users/' . $filename;
            move_uploaded_file($fileTmp,$_SERVER['DOCUMENT_ROOT'].'/http://uptospace.thomasdebelder.be/home.php/'.$root);
            return $root;
           }

enter image description here

感谢您的帮助

0 个答案:

没有答案