Take attention when using Input Type = file upload files

xiaoxiao2021-04-01  212

control Upload files have restrictions on the size of the file, by default, about 4m or so, if the uploaded file is uploaded, the page will not display an error.

Modifying the parameters in the web.config file to set the size of the control upload file, and the web.config is configured as follows:

Add "" to set the size of the file upload file in control, maxRequestLength

转载请注明原文地址:https://www.9cbs.com/read-131142.html

New Post(0)