![]() |
|
|
+ Search |
![]()
|
Jun 20th, 2000 13:55
Butscher Gérard, Atif Mahmood,
My solution Form definition <form method="post" ENCTYPE="multipart/form-data"> <input type="file" name="file_name" enctype="multipart/form-data"> </form> Processing URL of the Form $source_file=stripslashes($file_name); /* remove one "\" */ $res_copy=copy($source_file , $dest_file);