Recently upgraded the php of my server and facing file uploading issue

alexelixir

Verified User
Joined
Jun 9, 2011
Messages
36
Location
Russia
Dear All
recently i upgraded to my php 5.2.17 in 5.4.6 and my php stop working

and give me this error
Warning: move_uploaded_file(./Desktop.ini): failed to open stream: Permission denied in /home/****/****.php on line 11

line 11 is here

if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) {


help me to solve this issue
 
Back
Top