assignment_aspx_cs
assignment_aspx_cs
using System.IO;
using System.Linq;
using System.Web.UI;
using System.Web.UI.WebControls;
if (FileUpload1.HasFile)
{
try
{
// Define the folder path where files will be saved
string folderPath = @"C:\MONCY\Proji\Resumes";