Firefox и Chrome добавляют подчеркивание до и после имени файла, в то время как Internet Explorer работает нормально ⇐ JAVA
Firefox и Chrome добавляют подчеркивание до и после имени файла, в то время как Internet Explorer работает нормально
Firefox and Chrome are appending underscores before and after the file name while Internet Explorer is working fine.
Firefox and Chrome give: _Warrant_Amendment_5485_14_March_2014.pdf.pdf_
IE gives: Warrant_Amendment_5485_14_March_2014.pdf.pdf
Below is the code
response.setContentType("application/pdf"); response.setHeader("Content-Disposition", "inline;filename=\" + fileName + ".pdf\");
Источник: https://stackoverflow.com/questions/224 ... le-interne
Firefox and Chrome are appending underscores before and after the file name while Internet Explorer is working fine.
Firefox and Chrome give: _Warrant_Amendment_5485_14_March_2014.pdf.pdf_
IE gives: Warrant_Amendment_5485_14_March_2014.pdf.pdf
Below is the code
response.setContentType("application/pdf"); response.setHeader("Content-Disposition", "inline;filename=\" + fileName + ".pdf\");
Источник: https://stackoverflow.com/questions/224 ... le-interne
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Скидка на основе токенов WooCommerce действует до добавления в корзину в Internet Explorer
Anonymous » » в форуме Php - 0 Ответы
- 19 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Скидка на основе токенов WooCommerce действует до добавления в корзину в Internet Explorer
Anonymous » » в форуме Php - 0 Ответы
- 19 Просмотры
-
Последнее сообщение Anonymous
-