I have a file path that I would like to download, but the method accepts the input stream.
Can someone tell me how can I get input from a path?
I have files to download before using the open file dialog, which takes the file as input data stream, but in the new section of my web page the user does not select the file, I need to capture it using the code, but I know its path to file.
public string uploadfile(string token, string filenameP, DateTime modDate, HttpPostedFileBase file) {
I would like something like ClassLoader, as in java.
See this question here.
stack overflow
source share