Uploaded files are always placed into a temporary directory and deleted when your script is done executing. If you want the files to be somewhere else, you have to move them yourself:
@copy($form_imagefile, $newpath_and_file_string);
@unlink($form_imagefile);
HTH
-- Rich Rijnders
-- Irvine, CA US