Skip to content

Commit

Permalink
[all] Add .tiff to supported image formats; for bug 45401
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Jun 26, 2024
1 parent 11d3504 commit d7b777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/editorscommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@
//todo get from server config
var c_oAscImageUploadProp = {//Не все браузеры позволяют получить информацию о файле до загрузки(например ie9), меняя параметры здесь надо поменять аналогичные параметры в web.common
MaxFileSize: 25000000, //25 mb
SupportedFormats: ["jpg", "jpeg", "jpe", "png", "gif", "bmp", "svg"]
SupportedFormats: ["jpg", "jpeg", "jpe", "png", "gif", "bmp", "svg", "tiff", "tif"]
};

var c_oAscDocumentUploadProp = {
Expand Down

0 comments on commit d7b777a

Please sign in to comment.