Thank you Eric.
Since I put my folder "ResumeFiles" directly under website root folder that was why I used "../ResumeFiles" in my code. But that's okay I moved that folder under the sub-folder where the files are located for this part. I tested your code and did not get any error. The question is that I need to get the uploaded file name in ASP and then our application reads that file and display the content in the text area ('Cute Editor for Classic ASP") . based on your code, I do not think that I can get the file name. Is there a way to get file name in ASP?