Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7850053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:43:37+00:00 2026-06-02T18:43:37+00:00

I’m using PHP 5.3 with MSSQL-Server 2005 and MSSQL-Server (PDO) driver from MS. I

  • 0

I’m using PHP 5.3 with MSSQL-Server 2005 and MSSQL-Server (PDO) driver from MS.

I recently struggled a litte bit with the new version of the driver and the charset it uses to pass data from the DB. So I decided to configure my whole application to UTF-8 to avaoid these kind of issues in the future.

So I changed the database to use unicode-datatypes, configured the HTML header and set up Eclipse to save the codefiles in UTF-8 format. Also I added the correspondig accept-charset tag to all my HTML forms. So far so good. Everything worked as expected but now I’m stuck with a new issue.

I wrote a simple script that can upload files using a HTML form and save them on my webserver (Windows Server 2003 with IIS6). This worked perfectly until I switched to UTF. When I upload a file with special chars in the filename, these are not saved correctly. Uplading a File named “ÄÖÜ.txt” ends up with a file named “ÄÖÜ.txt” on my webserver. This can be a pain because all further processing of these files depends on hyperlinks which are not correct any more.

I tried to several possible solutions like this:

$isMoved = move_uploaded_file($_FILES['uploadedFile']['tmp_name'],"myFolder". utf8_encode($_FILES['uploadedFile']['name']));

But I’m always ending upth eiher having a correct file name on the server’s filesystem or the other was around.

Anyone an idea? 😀

Thanks in advance
Daniel

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:43:38+00:00Added an answer on June 2, 2026 at 6:43 pm

    if I am not completely wrong, the filename is encoded in UTF-8. Just decode it using mb_convert_encoding():

    $filename = mb_convert_encoding($_FILES['uploadedFile']['name'], 'ISO-8859-1', 'UTF-8');
    $isMoved = move_uploaded_file($_FILES['uploadedFile']['tmp_name'], "myFolder".$filename);
    

    BurninLeo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I want to count how many characters a certain string has in PHP, but
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I am reading a book about Javascript and jQuery and using one of the
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.