samon127
Mon 21 August 2006, 09:08 pm GMT +0200
first:
I translate error reporter to Chinese characters, thank you for your better class!
case "zh":
$error[0] = "文件:<b>".$this->the_file."</b> 上传成功!";
$error[1] = "您上传的文件超过了文件的最大限制。";
$error[2] = "只能上传小于 MAX_FILE_SIZE 的文件。";
$error[3] = "文件只上传了一部分";
$error[4] = "文件上传失败";
$error[10] = "请选择一个需要上传的文件!";
$error[11] = "只能传递以下各式的文件:<b>".$this->ext_string."</b>";
$error[12] = "对不起,文件名包含有非法字符,请使用数字,字母,和下划线 <br>一个合法的名称";
$error[13] = "文件名不能超过 ".$this->max_length_filename." 个字符。";
$error[14] = "对不起,上传的文件路径不存在";
$error[15] = "文件 <b>".$this->the_file."上传错误</b> 对不起,有一个同名文件已经存在。";
$error[16] = "文件被重命名为 <b>".$this->file_copy."</b>.";
$error[17] = "文件夹 %s 不存在。";
break;
second:
I got some problem with Easy PHP Upload, when I upload a picture not exists, class would upload a null file with 0 bite and rename it, have you ever met this problem?
third:
you can mail me anytime if you need Chinese characters support!thank you!
I translate error reporter to Chinese characters, thank you for your better class!
case "zh":
$error[0] = "文件:<b>".$this->the_file."</b> 上传成功!";
$error[1] = "您上传的文件超过了文件的最大限制。";
$error[2] = "只能上传小于 MAX_FILE_SIZE 的文件。";
$error[3] = "文件只上传了一部分";
$error[4] = "文件上传失败";
$error[10] = "请选择一个需要上传的文件!";
$error[11] = "只能传递以下各式的文件:<b>".$this->ext_string."</b>";
$error[12] = "对不起,文件名包含有非法字符,请使用数字,字母,和下划线 <br>一个合法的名称";
$error[13] = "文件名不能超过 ".$this->max_length_filename." 个字符。";
$error[14] = "对不起,上传的文件路径不存在";
$error[15] = "文件 <b>".$this->the_file."上传错误</b> 对不起,有一个同名文件已经存在。";
$error[16] = "文件被重命名为 <b>".$this->file_copy."</b>.";
$error[17] = "文件夹 %s 不存在。";
break;
second:
I got some problem with Easy PHP Upload, when I upload a picture not exists, class would upload a null file with 0 bite and rename it, have you ever met this problem?
third:
you can mail me anytime if you need Chinese characters support!thank you!