You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: when the survey.onDownloadFile is used, a wrong file appears after deleting a file.
Without the onDownloadFile callback - Works correctly (View Demo).
If you store an image identifier as a file's content, and handle the survey.onDownloadFile to display a file preview, a wrong file is removed: View Demo.
Test Images:
The text was updated successfully, but these errors were encountered:
RomanTsukanov
changed the title
The File question - A wrong file is removed when the survey.onDownloadFile callback is used
File question: A wrong file is removed when the onDownloadFile event is used
Jul 4, 2023
User Issue: T13706 - Upload file deletes wrong file (angular)
https://surveyjs.answerdesk.io/internal/ticket/details/T13706.
Issue: when the
survey.onDownloadFile
is used, a wrong file appears after deleting a file.Without the onDownloadFile callback - Works correctly (View Demo).
If you store an image identifier as a file's content, and handle the
survey.onDownloadFile
to display a file preview, a wrong file is removed: View Demo.Test Images:
The text was updated successfully, but these errors were encountered: