Custom extension download problem
In my web application, I am generating a document with a custom extension and providing the user with the link to download. The download fails with custom extension but goes fine with predefined extensions like "xml". I have no idea what is going wrong!
Is this some kind of access rights problem? I am running it开发者_Python百科 under Windows 2003 server!
Any help will be highly appreciated!
Thanks,
Check the mime-types supported of your server configuration, and add yours extensions to the list.
精彩评论