When taking the filename from the QueryString, it has been overlooked that the querystring is encoded.
Add the following:
topFile = HttpUtility.UrlDecode(topFile);
This is required to convert the...
Id #9609 | Release:
None
| Updated: Feb 1 at 10:00 PM by robvon | Created: Mar 26, 2009 at 3:35 AM by robvon
Add support for basic arithmetic on variables and constants in CSS: addition, subtraction etc.,
Id #3930 | Release:
None
| Updated: Feb 1 at 10:00 PM by TroyGoode | Created: Oct 12, 2007 at 3:36 AM by gmoothart