Recently, When I uploaded materials through the ewebeditor online editor, I suddenly found that the remote automatic upload function was not working properly. Otherwise, how many remote automatic upload keys should I press, the image address is still the original image address, but it is not changed to the address on the local server. If I find n more information, I cannot find the problem. So I checked the help document, in the help document, you can view the Remote File Upload example at editor/example/test2.asp. ProgramThe remote automatic upload function in can be used normally, and images can be uploaded to the server normally. This indicates that there should be no problems on the server and program, the cause of the problem should be in the configuration area. log on to the background and go to style management. Compare the difference between the current style and the style used in the test2.asp sample, after careful comparison, I finally found out their differences. The main differences are as follows: the remote limit in the style sheet used by test2.asp is 100 k, So I immediately changed the remote limit to 1000 and saved it and tried again, hey, the problem has been solved. It is estimated that this is a bug in the ewebeditor online editor. Originally, I set the remote limit to 0 to achieve the goal of not limiting the size of the remote file to be uploaded. I didn't think of this setting, all remote files cannot be uploaded automatically.
This article is from the "my learning path" blog, please be sure to keep this source http://bigzhu168.blog.51cto.com/124715/24752