http://www.visualwebgui.com/Developers/Forums/tabid/364/forumid/29/threadid/14047/scope/posts/Default.aspx
Hi Rui,
There is allready an issue for this public forum thread.
You can track the status of that issue here.
Palli
Hi,
I found a simple solution for this problem.
You just need put the filename between quotes.
Something like:
objContext.HttpContext.Response.AddHeader(
"content-disposition", "attachment; filename=\"" + avs_fileName + "\"");
Thanks & Regards,
Rui
Glad you found a solution and thanks for letting us know.