User-1499457942 posted
Hi
I have below code but when i click upload it shows no file chosen . It returns file0.hasfile true
if (file0.HasFile)
{
file0 = Request.QueryString["test"].ToString() + "_tmp" + file0.FileName;
file0.SaveAs(Server.MapPath("~") + "/test/" + test);
}
On file0 it goes in erro
Thanks