Hi,
I am trying to upload file thet does not exist means, in upload path I am giving name of the file that does not exist. for e.g.
I am trying to upload "c:\indeex.html" that file does not exist on my machine. When I am using "move_uploaded_file" function , indeex.html file is uploaded to the destination but with 0 bytes. and function move_uploaded_file, returns true. Actully move_uploaded_file should return false, as file not at all exist.
Please Help Me.
Regards,
Chaitanya