Hi
copy($abc,$abc_name);
Here first parameter is name of input tag and second one is filename with path.
In your code may be u specified only path but u have to include name also. For that u can use _name of input tag name.
if u r not specifying any path it will save in the current directory of php file.
Riyaz T