You can upload image files through the file selector or drag and drop: File selector: log in to the backend, click the "Picture" button in the text editor, select the image to upload; drag and drop: drag the image to the text editor , browsers that support HTML5 file drag and drop can directly upload images.
How to upload image files in Empire CMS
Question: How to upload in Empire CMS Image file?
Answer:
Empire CMS provides two main methods to upload image files:
1. File Selector
- Log in to the Empire CMS backend.
- Navigate to the module (such as Articles or Products) where you want to upload images.
- In the text editor, click the "Picture" button.
- In the file picker that pops up, browse your computer and select the image you want to upload.
- Click the "Upload" button.
2. Drag and drop
- If your browser supports HTML5 file drag and drop, you can use this method.
- Drag and drop the image file into the text editor.
- The system will automatically upload the file.
Detailed Description:
File Selector Method
-
File Type:Empire CMS supports uploading various image formats, including JPG, PNG, GIF and BMP.
-
File size limit: The default file size limit is 1MB. You can change this limit by modifying EmpireCMS's configuration file (empire/config/config.php).
-
Image size: You can set the width and height of the uploaded image through the "Image Properties" option in the text editor.
Drag and drop method
- Make sure your browser supports HTML5 file drag and drop functionality.
- This method has the same limitations as the file selector method.
- After dragging and dropping, the image file will be uploaded immediately without clicking any buttons.
The above is the detailed content of How to upload image files to Empire CMS. For more information, please follow other related articles on the PHP Chinese website!