private void btnUploadFile_Click(object sender, EventArgs e)
{
try
if (FileUpLoad1.HasFile)
//Here "upload" is a folder on server in which uploaded file will be stored...
FileUpLoad1.SaveAs(Server.MapPath("upload") + "\\" + FileUpLoad1.FileName);
}
catch (Exception ex)
//If any error or exception will occur then it will display that message…
MessageBox.Show(ex.ToString());
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: