savePath += fileName;
FileUpload1.PostedFile.SaveAs(savePath);
UploadStatusLabel.InnerText = "File saved as: " + savePath + "";
}
else
{
UploadStatusLabel.InnerText = "You did not specify a file to upload.";
}
}
https://www.111cn.net ">
HtmlInputFile