I am trying to write a sort of uploading script and so far it works and I am able to select a file and have it copy to a user specified directory. However, if the specified directory does not exist, I want it to either create the directory and then copy the file to that directory, or ideally, ask the user if he/she wishes to create the new directory and then copy the file to that directory.<br>If you can help please let me know.<br><br>thanx!