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
Description:
I have encountered an issue where the FilesUploaded event is still triggered even if an attempt is made to upload a file with an invalid format. Although the file is not uploaded, the event is incorrectly fired.
Steps to Reproduce:
Configure the package with specific allowed file formats in the config file.
Attempt to upload a file with an invalid format that is not allowed by the configuration.
Observe that the file is not uploaded, but the FilesUploaded event is triggered.
Expected Behavior:
The FilesUploaded event should only be triggered when a file is uploaded successfully with a valid format. If the file format is invalid and the upload fails, the event should not be triggered.
Description:
I have encountered an issue where the FilesUploaded event is still triggered even if an attempt is made to upload a file with an invalid format. Although the file is not uploaded, the event is incorrectly fired.
Steps to Reproduce:
Expected Behavior:
The FilesUploaded event should only be triggered when a file is uploaded successfully with a valid format. If the file format is invalid and the upload fails, the event should not be triggered.
Environment:
The text was updated successfully, but these errors were encountered: