![]() |
|
|
+ Search |
![]()
|
Jun 19th, 2000 14:03
Butscher Gérard, Ben Di Maggio,
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);