SoFunction
Updated on 2025-04-13

eWebEditor Please select a valid file solution

When eWebEditor uploads individual images: Please select a valid file, the supported formats are (GIF|JPG|JPEG|BMP|PNG)! Let me
, It is normal to use this component under WINDOWSXP, but it is prompted on WINDOWS2003 that there was a problem on the system. Later, GOOGLE found that there was a problem with IIS in 2003. Because it was a 2003 system, it imposed a 200K limit on the uploaded files of ASP. The solution is as follows:

Open first:Internet Information Services (IIS) Manager
(Local Computer)----Properties ----Allows direct editing of the configuration database (N)
Be sure to check "Allow direct editing of configuration database (N)" first
Then in Serve    Close iis admin service service
turn upwindows\system32\inetsrvUnder, open it with the planner and find ASPMaxRequestEntityAllowed Modify it to the required value, default is 204800, that is, 200K
Modify it to save 51200000.
Then in Serve    Restart iis admin service service andInternet Information Services (IIS) Manager Start the website service.