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

$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 ?