eWebEditor pays much attention to the website security that any important setting relating to security shall absolutely not employ the simple URL data form to transmit. All the interface parameter that may relate to security must be verified by the server but not the client. The Advanced Security Session interface transfers parameters by Session and is encrypted by MD5 so as to ensure the security of important setting items. It enables you to dynamically set some important parameters that may be used through the program and supports such parameter settings as the upload file size, whether allow browsing the file, the upload path of the file and limitation of upload space. For more parameter, please refer to the User Manual. Through the security interface, you can let only the legitimate user who logs in your website have the right to browse the file at server and to upload the file to the designated folder, which makes your website more secure and prevents the possible junk files. Through security interface, you can set different upload paths and upload space sizes for each user in your multi-user system.
Operation Tips:
- When first entering this page, the system sets the default upload file size as 100KB and the limitation of upload space size as 1MB. You can click "Insert or Modify Images" button and try to upload a file. You will be prompted that "Your upload space has reached the maximum limitation 1M" and you can't upload any more.
- In the following setting box, input a value you want to test and then click "Change Setting". After that, you click uploading image or browsing files to see whether your setting has become effective.
- Before and after clicking "Change Setting", you can click IE to check the source file, and the code of this page. The calling code of this page is the same with that of foreground. Since it does not specify the uploading parameter, the parameter is transferred through Session.
|