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 6893641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:41:02+00:00 2026-05-27T06:41:02+00:00

So, the scenario is this: A user uploads a file, my code turns this

  • 0

So, the scenario is this:
A user uploads a file, my code turns this file into an array of bytes, and than the array is passed to an external API. And this works fine.

The problem is that this file contains special characters like æ,ø,å, and when the byte[] is converted into characters again, these characters are replaced by “?”.

public void UploadFile(HttpPostedFileBase file){
    var binary = new byte[file.ContentLength];
    file.InputStream.Read(binary, 0, file.ContentLength;
    var result = API.UploadDocument(binary); //Passes the file to the external API
}

Can I add some encoding-info to the byte-array or the InputStream, or is it the API’s responsibillity to make sure that the text is properly encoded when converting the byte[] back to characters?

  • 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-05-27T06:41:03+00:00Added an answer on May 27, 2026 at 6:41 am

    It is API’s responsibility to properly convert byte array to chars. If you have access to API code than you should add encoding parameters to UploadDocument method

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

Sidebar

Related Questions

Here's the scenario: if this is a user's first time logging into my web
Take this scenario for an example: User types http://example.com/index.html into my form Form is
I have a scenario where a user uploads an image file. I strip the
This is the standard scenario: User registers on the site User receives an account
Here is my scenario. User fills out this large page which is dynamically created
Consider this scenario: I've an XML file called person.xml with the following data in
what is the best practice for this scenario: 1) User clicks Sort huge javascript
I'm having some trouble prevent mod_deflate from jumping in on this scenario: user running
Using Pymongo for this scenario. I have User that has email, first_name, last_name. I
Are there any security exploits that could occur in this scenario: eval(repr(unsanitized_user_input), {__builtins__: None},

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.