ASP.NET上传下载文件

上传文件:


下载文件:


调用:

    UploadMethod(DocPath,strTime,fileUpload);

    DownloadMethod(filePath);

相关文章: