> Is it possible to assign form[ upldFile ] = "C:\somepath\somefile" > or > form[ upldFile ] = $_FILES['userfile']['name'] The "value" attribute of the <input type="file"...> tag is not able to be altered or pre-populated for obvious security reasons. > The script which does the validation is the same one which contains the > upload form. I suspect we're completely out of luck - apart from > validating > with JavaScript. Yup. -Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php