Hi Rui,
My final word today.... to make it work in IE7, put a System.Web.HttpUtility.UrlEncode(filename) as the filename.
That does not work in FF3 though, so I know of no way to do this same way for all browsers.
Palli
Hi Palli,
This solution is ok for me. I can use different code for each browser.
Rui
Thanks & Regards,
That's great !
Thanks for letting us know the results.