IIS replacing blanks

From: Julio Moran (julio.moran_at_intl.fritolay.com)
Date: 08/05/04


Date: Thu, 5 Aug 2004 13:30:50 -0700

Hi,
When I'm trying to access a file through my browser
(IEv6), the blanks in the filename are replaced by "%20"
symbols and I get an error "The page cannot be found".

How can I solve this???
Any help will be appreciate.

- jm



Relevant Pages

  • Re: IIS replacing blanks
    ... Can you give the exact filename you are trying to access via the browser? ... And are you trying to retrieve it from a web server via HTTP or what ... HTTP URLs cannot have spaces in it, so it is translated to %20 by the client ...
    (microsoft.public.inetserver.iis)
  • Re: download counter?
    ... create table counter (filename varchar(100), ... Better then redirecting is to read file in php script, send to browser and write to sql table after a file is complete send. ... This avoid a situation when user cancel download. ...
    (comp.lang.php)
  • Re: error message with PDF document
    ... even blanks in filenames can make problems. ... link to a pdf-file e.g. 'test.pdf' also on your desktop. ... PlugIn-versions the browser will crash. ... > The file will not open because the default settings are to open the file ...
    (microsoft.public.sharepoint.windowsservices)
  • Creating a pseudo filename for downloading? help!
    ... filename rather than the actual filename on the server ... Tells the browser to expect a download ... Tells the browser the format of the data ...
    (comp.lang.php)
  • Creating a pseudo filename for downloading? help!
    ... When the user clicks on the URL that we send him I need the PHP ... filename rather than the actual filename on the server ... Tells the browser the format of the data ...
    (comp.lang.php)

Loading