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

  • Home
  • SEARCH
  • 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 7957767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:18:30+00:00 2026-06-04T04:18:30+00:00

in my application i upload files using uploadify. everythings works perfect with standart unicode

  • 0

in my application i upload files using uploadify. everythings works perfect with standart unicode a-z 0-9.

here is a sample.

    <script type="text/javascript" charset="utf-8">
        $(window).load(
                   function () {
                       $('#fileuploaderImage').fileUpload({
                           uploader: '/Scripts/uploader.swf',
                           script: '@Url.Action("Test", "Test")',
                           scriptData: { ProjectName: @Model.ProjectName },
                           cancelImg: '/Images/cancel.png',
                           auto: true,
                           multi: false,
                           folder: '/uploads',
                           fileDesc: 'Image',
                           sizeLimit: '200000000',
                           fileExt: '*.png;',
                           'onComplete': function (event, ID, fileObj, response, data) {
                               $("#img-path").val(response);
                           }
                       });

                   }
                  );    
    </script>

So u see that i pass ProjectName property to my controller by using ScriptData, it will work. but if ProjectName is like “MMMÅØÆÅÅØÆ” property in controller will only return “MMM” and rest of the string disapear. Anyone had same problem?

  • 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-04T04:18:31+00:00Added an answer on June 4, 2026 at 4:18 am

    I think this is encoding issue.

    Use like this:

    scriptData: { ProjectName: encodeURIComponent('@Model.ProjectName') },
    

    This should fix you issue.

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

Sidebar

Related Questions

I am using Uploadify to upload multiple files in my ASP.NET MVC application. In
I am able to have my application upload files via FTP using the FTPClient
I need Windows Phone application to upload files to a web server using the
I'm using paperclip to upload some attachments to my application. This works fine, but
I'm using Paperclip / S3 for file uploading. I upload text-like files (not .txt,
I am using 'Uploadify' Jquery plugin in my MVC 3.0 application to upload multiple
As part of a web application users can upload files of data, which generates
we have a small flash component on our website/application to upload multiple files. This
I'm supposed to use Amazon s3 in my application to upload/download files. Can anyone
I have an application where I allow users to upload files, mainly PDF and

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.