; Maximum allowed size for uploaded files.; http://php.net/upload-max-filesizeupload_max_filesize = 2M--------------在这次文件上传的请求中,所允许的单个文件的最大大小,即每个文件的文件大小都不能超过2M ; Maximum number of files that can be uploaded via a single requestmax_file_uploads = 20--
Bipin Joshi (http://www.binaryintellect.net/articles/f1cee257-378a-42c1-9f2f-075a3aed1d98.aspx) Uploading files is a common requirement in web applications. In ASP.NET Core 1.0 uploading files and saving them on the server is quite easy. To that end