i want to ask how to upload my files outside the server (for security issue) i use teleric Rad UploadFiles (ASP.net web application)..the problem that i cannot specify the required path outside the server using the method
server.map("~\\..\\")
to go outside the server i get this
exception
Cannot use a leading .. to exit above the top directory.
is there any way to determine a path outside the server
please help..
Use a full path, like “c:\uploads” and be sure that the web process has permission to write to that folder