Image Upload-failed to upload a Chinese name image in PHP?

Source: Internet
Author: User
My program has a PHP image upload function, but I put it on the server to upload an image with a Chinese name. The image cannot be displayed and I see the image in the directory, it is garbled characters in the directory after the image is uploaded. The following is my code. I don't know what went wrong. 'publicfunction _ upl... my program has a PHP image upload function, but I put it on the server to upload an image with a Chinese name. The image cannot be displayed and I see the image in the directory, it is garbled characters in the directory after the image is uploaded. The following is my code. I don't know what went wrong.

'Public function _ upload (){

$ Type = trim ($ _ POST ['uptype ']); $ callback = trim ($ _ POST ['upcallback']); if ($ type = 'image ') {$ ext = getFileExt ($ _ FILES ['upfile'] ['name']); if (! File_exists (DIR_UPLOAD. '/images /'. date ("Ymd") {makeDir (DIR_UPLOAD, '/images /'. date ("Ymd "));} if ($ ext = 'jpg '| $ ext = 'png' | $ ext = 'gif' | $ ext = 'Doc' | $ ext = 'txt '| $ ext = 'pdf' | $ ext = 'ico ') {$ upfile = DIR_UPLOAD. '/images /'. date ("Ymd "). '/'. date ("His "). '_'. iconv ("gb2312", "UTF-8", $ _ FILES ['upfile'] ['name']); $ upfilepath = '/images /'. date ("Ymd "). '/'. date ("His "). '_'. iconv ("gb2312 "," UTF-8 ", $ _ FILES ['upfile'] ['name']); $ upfileurl = URL_UPLOAD. '/images /'. date ("Ymd "). '/'. date ("His "). '_'. iconv ("gb2312", "UTF-8", $ _ FILES ['upfile'] ['name']); move_uploaded_file ($ _ FILES ['upfile'] ['tmp _ name'], $ upfile); $ filecg = trim ($ _ POST ['filecg ']); if (! $ Filecg) {$ filecg = 1;} if ($ callback) {echo'

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.