hi
i hav been using
to store images.,
when i m using it in my local server it works well., but when uploaded the IMAGE is NOT MOVED to the desired folder.,
And i m sure that there exists a folder where the image is being stored., and even tried by using COPY() instead of MOVE_UPLOADED_F ILE()., but it too doesnt work.,
and i didnt even get any errors.,
do i need to check any server configuration.. ..
i m stuck with this error and cant move over it...
thanks
vijay
i hav been using
Code:
move_uploaded_file($_FILES["image"]["tmp_name"],"foldername/".$filename);
when i m using it in my local server it works well., but when uploaded the IMAGE is NOT MOVED to the desired folder.,
And i m sure that there exists a folder where the image is being stored., and even tried by using COPY() instead of MOVE_UPLOADED_F ILE()., but it too doesnt work.,
and i didnt even get any errors.,
do i need to check any server configuration.. ..
i m stuck with this error and cant move over it...
thanks
vijay
Comment