-
[OPIK-3547] [FE] Fix CSV upload validation failing on Windows (#4665)
发布于
2026-01-08 12:59:40 +00:00 Replace MIME type check with file extension validation in validateCsvFile().
On Windows, browsers often return empty string for file.type on CSV files
due to missing MIME type registry associations, causing false validation errors.The fix uses the same approach as the CSV mode path (extension check) for
consistency across both validation paths.Implements OPIK-3547: Fix CSV upload error on Windows
Co-authored-by: GitHub Actions Bot github-actions@comet.com
下载附件