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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:34:52+00:00 2026-05-14T03:34:52+00:00

Server.UrlEncode(My File.doc) returns My+File.doc, whereas the javascript escape(My File.doc) returns My%20File.doc. As far as

  • 0

Server.UrlEncode(“My File.doc”) returns “My+File.doc”, whereas the javascript escape(“My File.doc”) returns “My%20File.doc”. As far as i understand it the javascript is corectly URL encoding the string whereas the .net method is not. It certainly seems to work that way in practice putting http://somesite/My+File.doc will not fetch “My File.doc” in any case i could test using firefox/i.e. and IIS, whereas http://somesite/My%20File.doc works fine. Am i missing something or does Server.UrlEncode simply not work properly?

  • 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-14T03:34:52+00:00Added an answer on May 14, 2026 at 3:34 am

    Use Javascripts encodeURIComponent()/decodeURIComponent() for "round-trip" encoding with .Net’s URLEncode/URLDecode.

    EDIT

    As far as I know, historically the "+" has been used in URL encoding as a special substitution for the space char ( ASCII 20 ). If an implementation does not take the space into consideration as a special character with the ‘+’ substitution, then it still has to escape it using its ASCII code ( hence ‘%20’ ).

    There is a really good discussion of the situation at http://bytes.com/topic/php/answers/5624-urlencode-vs-rawurlencode. It’s inconclusive, by the way. RFC 2396 lumps the space with other characters without an unreserved representation, which sides with the ‘%20’ crowd.

    RFC 1630 sides with the ‘+’ crowd ( via forum discusion )…

    Within the query string, the plus sign
    is reserved as shorthand notation for
    a space. Therefore, real plus signs
    must beencoded. This method was used
    to make query URIs easier to pass in
    systems which did not allow spaces.

    Also, the core RFCs are…

    RFC 1630 – Universal Resource Identifiers in WWW

    RFC 1738 – Uniform Resource Locators (URL)

    RFC 2396 – Uniform Resource Identifiers (URI): Generic Syntax

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

Sidebar

Related Questions

I'm tryinig to load a file from a web server with a request URL
SQL Server 2000 doesn't seem to support the xml based .xlsx file types. Besides
How can I catch an error on a file uploaded to my web server
I'm struggling with a strange file name encoding issue when listing directory contents in
Server Management Studio tends to be a bit un-intuitive when it comes to managing
Server virtualization is a big thing these days, so I'm tasked at work to
Server 2008 machine with SP1, Visual Studio 2008 with SP1. My user; Developer, is
SQL Server Version 2000. We've a bunch of desktops talking to MSSQL Server. When
The server.xml which controls the startup of Apache Tomcat's servlet container contains a debug
SQL Server 2000 Standard, Windows 2003 My coworker removed 'BUILTIN\Administrators' group from SQL Server

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.