duanliujie8639 2014-11-19 10:51
浏览 75

成功上传后无法在本地打开文件

$name = Input::file('csv')->getClientOriginalName();
$upload_success = Input::file('csv')->move('uploads', $name);

I have the file be created on the public/uploads directory with the correct ext. I'm on win7 with Zend Apache. When I want to open that .txt file, I got "Access Denied". When I open nodepad as Admin and then open that .txt, its ok... why do I have to open it as admin ?

  • 写回答

0条回答 默认 最新

    报告相同问题?