Is there a way that the following script show the full path to the file and not just the file name?
$DataSaveDirectory= $_POST['datasavedir'];
Data Save Directory: <input name="datasavedir" type="file" VALUE="<?PHP print $DataSaveDirectory ; ?>">