Functional description:
Upload files to the specified folder. Limit the type and size of uploaded files. Upload files according to the original file name. Rename files. Upload specified file names. Upload without form. Editor-specific file upload and return. Return to the absolute address after uploading the file. Return to the complete website after uploading the file. After the file, only the file name is returned. Remote file upload has been uploaded. Turn the page to view and insert the file. View the uploaded file and click on the file name or picture to insert directly. Supports various file custom uploads through modification.
eupty=20000' unit KB, 1024kb=1Mb
eupty="jpg,gif,png,bmp"' extensions are allowed, please use an English comma "," to separate these two values. You can continuously increase or decrease the type and size of the uploaded file to facilitate customization and use;
Pseudo-static upload address setting? Function block 012|Type 123|File name 01#|Save location 01#|Return value 012#|Form formID0#|Text box ID0#|Add watermark 0#|Thumbnail 012|Page turning|Temporary Save file name.ees
The calling address is as shown above, and each parameter is separated by | (if you don't like |, you can also change it to other symbols)
Thumbnail generation (requires space to support ASPJEPG component)
You can directly turn off thumbnail generation by calling parameters, use thumbnails to overwrite the original images, thumbnails and original images in the same folder, add a prefix to the name, and save the thumbnails in the thumbnail folder and add a watermark to the image (requires space to support the ASPJEPG component)
You can directly call the watermark in the parameters, which is convenient for adding different watermarks. Demo Plus EESai.Com
You can set the color, font, size and other additional instructions of the watermark text in the upload system:
1. What the upload system calls is the ID value of the text box and has nothing to do with the NAME value;
2. When uploading files based on file names, some browsers do not support Chinese and will encrypt the Chinese name;
3. After each upload is successful, if you click to re-upload, the file uploaded again will overwrite the file uploaded successfully last time;
4. To use the watermark and thumbnail functions, the space must support the ASPJEPG component, and the thumbnail watermark function can be completed at the same time.
Expand