when I use <input type=file name=file_upload> it open and I choose a file then I try to see what the $file_upload contain it give me something like this:
/tmp/php6D0mDZ
I want to see like c:\help.txt
but it give out /tmp/php******
how do i fix this?
You need to copy the file to the destination dir, and name it what you want to.