How to modify the Image Upload path in config. modify & quot; imagePathFormat & quot;: & quot; ueditorphpuploadimage {yyyy} {mm} {dd} {time} {rand: 6} & quot; In json, the generated image path remains unchanged. No matter how you modify the generated path, it is in the root directory of upl...
How to modify the Image Upload path in config. modify "imagePathFormat" in json: "/ueditor/php/upload/image/{yyyy} {mm} {dd}/{time} {rand: 6, the generated image path remains unchanged. No matter how you modify the generated path, it is the upload under the root directory, such as/upload/image/20150209/1423472250987579 .jpg. This upload folder is automatically generated. I created the uploads folder. I don't know how to modify the saved path?
Reply content:
How to modify the Image Upload path in config. modify "imagePathFormat" in json: "/ueditor/php/upload/image/{yyyy} {mm} {dd}/{time} {rand: 6, the generated image path remains unchanged. No matter how you modify the generated path, it is the upload under the root directory, such as/upload/image/20150209/1423472250987579 .jpg. This upload folder is automatically generated. I created the uploads folder. I don't know how to modify the saved path?
It is best to provide the ueditor version you are using
We use 1.3.6
Key parameters:
ImageUrl
Our code controls the path for saving images by responding to images post in this url.
If you are a php user, there is a configuration file in the php folder,
Repeat the version corresponding to your language.