ASP MVC3 FileResult with accents + IE8 - bugged?

前端 未结 2 1300
谎友^
谎友^ 2021-01-05 21:47

If the file name contains accents, it works as expected in Opera, FF, Chrome and IE9.

But in IE8 file type is \"unknown file type\", and shows \"file\" as the file n

2条回答
  •  粉色の甜心
    2021-01-05 22:19

    Is this a file the user is uploading to your system at some point? If so, restrict the use of accents in a file name. If not - don't use accents in your file names :).

提交回复
热议问题