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
The system accepts any file type regardless of context. Non-image files can be uploaded in image-only sections, and image files can be uploaded in standard file upload sections. There is no type validation or restriction enforced during the upload process.
To Reproduce
Click on "Images" under "Attachments"
Select "." from the dropdown next to File Name
Attempt to upload a non-image file (e.g., .txt or .java).
Observe that the upload succeeds without any validation error.
Repeat in a file upload section using an image file but click on "files" under "attachments".
Expected behavior: The system should validate file types and restrict uploads based on type of upload selected.
OS: Windows 10
Browser: Chrome
Version: 141.0.7390.123 (Official Build) (64-bit)