Hi, I'm using this code to upload files on the server
How ever I cant find out how to declare the folder
So the user will upload it to a specific folder
On the local I'm using this code:
protected void Page_Load(object sender, EventArgs e)
{
Strin ...
Go to the complete details ...