Hi,need your help!
I'm making some uploading page with php.First I upload a file and store the file name in $sfile as "c:\winnt\phptmp2BA.tmp".It is posted to itself and $sfile is a hidden input.
But the seconde time I use it to upload another file,find that $sfile is changed to "c:\\winnt\\phptmp2BA.tmp".It cause an error with copy().
I don't konw what's the problem.
I'm making some uploading page with php.First I upload a file and store the file name in $sfile as "c:\winnt\phptmp2BA.tmp".It is posted to itself and $sfile is a hidden input.
But the seconde time I use it to upload another file,find that $sfile is changed to "c:\\winnt\\phptmp2BA.tmp".It cause an error with copy().
I don't konw what's the problem.