when using a web form to upload a file i need to know the location of the local file created by the web server. using the param() thing i can get the name of the uploaded file(on the clients machine) and a file pointer. i can use the upload() option to get a file handle. so is there any way to get the name of the file on the server either from the CGI module or from the file handles it provides?
tanks.