Click here to Skip to main content
15,895,142 members

Comments by alpacaheng (Top 1 by date)

alpacaheng 27-Feb-18 5:23am View    
Hi, sir, I have reviewed your article, and I have a few question.
If not using asp.net razor, but using a normal webform, the HttpRequest object cannot be use.
The Server Side code (process.aspx.cs) is like this:
[System.Web.Services.WebMethod]
public static void saveFile()
{
int i = Request.File.Count;
}

another question is, how can i get the path of the file in server if i uploaded it to the folder before?