I have set up my local testing environment for our web application. I also installed SA-FileUp for file upload. So, I created "C:\Application\ImportTemplates" for where the upload path will be(the value of upl.path). However, when the code runs at upl.Form("FILE1").SaveAs filename, the file is not saved into the directory specified by upl.Path? I have assigned all rights(Administrators, Everyone, IUSR_CumpterName...) to that folder -- "C:\Application\ImportTemplates", the file still can not be saved. Any thought?