ASP.NET上传下载文件

ASP.NET上传下载文件

上传文件:


下载文件:


调用:

    UploadMethod(DocPath,strTime,fileUpload);

    DownloadMethod(filePath);

你可能感兴趣的:(asp.net)