<?php$charset='utf-8';header("content-type:text/html;charset=".$charset);/******************************************************************************参数说明:$max_file_size:上传文件大小限制,单位BYTE$destination_folder:上传文件路径$watermark:是否附加水印(1为加水印,其他为不加水印);...