I have a problem with wanting to upload files (images) to a server via a browser. i have a script that will allow me to do this, and it works fine. now i am running into the problem of i need to make it so that you can select a directory for the files to be uploaded to, and if that directory does not exist, for perl to create the directory. is this possible?...eg.- i have 3 pictures of a football game. i browse to select the pictures off my harddrive, then type in the directory i want created into a form "football", then the script will create a directory called "football" in which the 3 pictures will be uploaded inside the folder on the server. all this being done through a browser and perl. is this possible?