var requestFiles = HttpContext.Current.Request.Files; var file = requestFiles.Get(0); //do some other stuff... } Я понимаю, что есть другие вопросы похожие ...
確定! 回上一頁