You may use any valid virtual directory on your server. You may also use
any valid relative sub-directories.
Of course, make sure to set the path as follows after you instanciate the FileUp object:
upl.Path = Server.MapPath("/your_virtual_directory/any_subdirectory")
|