DevExpress / AjaxControlToolkit

The ASP.NET AJAX Control Toolkit is a classic set of ASP.NET WebForms extensions.
https://devexpress.com/act
BSD 3-Clause "New" or "Revised" License
290 stars 136 forks source link

AjaxControlToolkit.ajaxfileuploader work for any file but not working in upload tif file and show this error : uncaught error raising upload complete event and start new upload #569

Closed lsbsa closed 3 years ago

lsbsa commented 3 years ago

The AJAX Control Toolkit \20.1.0

The installation method

Minimal steps to reproduce the bug : when upload any file with ajax uploader is ok but when upload tif file show this error

: uncaught error raising upload complete event and start new upload

i add all settings in web.config but never work for tif file

Actual result

i expected can upload "tif" file without any error

Expected result

I can upload "tif" file without any problem

Browser(s) used

google chrome last version and edge ajaxcontroltoolkitsample1.zip

A site deployment method

lsbsa commented 3 years ago

I solved this problem add this section to web.config

66666