I have an html form page and what I want to be able to do
is take the filename that is entered in the textbox and move
it to the directory of my choice. I know how to get the file
name that is entered into the textbox, but once I have that
how do I move the file. Could I use `cp $file /directory`
since the backtick should tell it to do a file copy.
Thanks for the help
In reply to moving files
by jntn