Had some trouble loading a vitrual file containing spaces.
The problem was apperently that some characters were urlencoded, a simple Server.UrlDecode(CurrentPage["DocumentPath"]) solved the problem.
Tags: urldecode, urlencode, virtual file
A blog about understanding and extending EPiServer
Had some trouble loading a vitrual file containing spaces.
The problem was apperently that some characters were urlencoded, a simple Server.UrlDecode(CurrentPage["DocumentPath"]) solved the problem.
Tags: urldecode, urlencode, virtual file
No comments
Comments feed for this article
Trackback link: http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/trackback/