Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Accepting files of incorrect formats instead of rejecting them #4414

Open
Harshit28j opened this issue Aug 24, 2024 · 1 comment

Comments

@Harshit28j
Copy link

Description:

Currently, when submitting to EvalAI, the system is accepting files of incorrect formats instead of rejecting them. This can cause issues with the evaluation process

image

Steps to reproduce:

Go to the submission page for a challenge on EvalAI
Attempt to submit a file of a format that is not accepted by the challenge (e.g. an image file for a challenge that requires a CSV file)
Observe that the system accepts the file and allows the submission to proceed

Expected behavior:

The system should reject files of incorrect formats and display an error message to the user, indicating that the file format is not accepted.

@Stazz0
Copy link

Stazz0 commented Sep 17, 2024

Hello, @Harshit28j To address the issue of accepting incorrect file formats, I suggest implementing a file validation mechanism on either server-side or client-side so that only the correct file format is submitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants