Commit 14f75ef9 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

(1.0.0.60): FileConverterUtils2

Bug 24484 - Изображения формата "ICO" не поддерживаются.
Bug 24438 - При вставке gif картинок добавлять их с первого кадра.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57058 954022d7-b5bf-4e40-9824-e11837661b57
parent b07119e7
......@@ -123,7 +123,7 @@ var c_oAscServerError = {
var c_oAscImageUploadProp = {//Не все браузеры позволяют получить информацию о файле до загрузки(например ie9), меняя параметры здесь надо поменять аналогичные параметры в web.common
MaxFileSize:25000000, //25 mb
SupportedFormats:[ "jpg", "jpeg", "jpe", "png", "gif", "bmp"]
SupportedFormats:[ "jpg", "jpeg", "jpe", "png", "gif", "bmp", "ico"]
};
function ValidateUploadImage( files ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment