I am trying to allow the user to input a file from a directory on their PC through a html form. I have an input submit with an action on the form to proceed to another .cfm process to copy that file to a directory on the server side. My problem, the type=form strips the back slashes out of the file path name. Is there anyway to stop this from happening.