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
turn upwindows\system32\inetsrvUnder, open it with the planner and find ASPMaxRequestEntityAllow
Modify it to save 51200000.
Then in