亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Rich text editor - wangeditor+plupload+php uploads local images, and the images are loaded as usual
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-16 13:02:17
0
1
794

The code is the code from the official wangeditor document. There is no problem in uploading network images, but there is no way to load local images.
< /p>

There is no problem with uploading screenshots and pasting images to the upload page, but there is an error in the display of locally uploaded images. After looking at the src of the local image uploaded by the html code, it looks like this

The code for the php code to return the path is only like this. Is the failure to load local images related to the path in this code? How to solve this? Thank you~~

PHP中文網(wǎng)
PHP中文網(wǎng)

認證0級講師

reply all(1)
左手右手慢動作

It should be a path problem. Don’t use absolute paths, use relative paths, that is, ./ or ./././.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template