Topic: Chrome Download from .Net mcFileManager Bug
Hi,
I'm using the .Net version of mcFileManager integrated into a web application, all works fine except for when downloading any file using Google Chrome which always seems to see the filename as default.aspx although the actual file content seems OK.
Looking at the http response header using Fiddler I can see than an extra colon (:) has crept into the content disposition header, other browsers don't seem to mind this but it causes this issue in Chrome.
Content-Disposition: : attachment; filename="649877_37690032.jpg"
Thanks
Dave.