vova07 / yii2-fileapi-widget

Yii2 FileAPI widget.
48 stars 27 forks source link

Gif file upload problems #27

Closed kassymbekoff closed 1 year ago

kassymbekoff commented 6 years ago

I can't upload .gif file. Widget saved it as .png. How can I solve this issue?

vova07 commented 6 years ago

Hi, Please take a look at this related issue: https://github.com/mailru/FileAPI/issues/160 You need to handle gif in specific way. For more info please refer to the documentation of javascript plugin. Thanks!