←back to thread

669 points danso | 3 comments | | HN request time: 1.119s | source
Show context
qubex ◴[] No.23263294[source]
I know this is mean of me, but the student who was taking her Computer Science exam and who apparently thought that changing the file’s extension would change format? Yeah... she deserved to fail.
replies(4): >>23263459 #>>23263515 #>>23267542 #>>23267945 #
duiker101 ◴[] No.23263459[source]
its not unheard that websites do only extension validation for uploads, worth a try!
replies(1): >>23263539 #
1. qubex ◴[] No.23263539[source]
That totally misses the point though, because if the website only validates on the basis of extension and accepts the format in an unrecognised format, the backend won’t know how to handle it anyway. There’s no point uploading a HEIC file disguised as a PNG (or whatever) if eventually somewhere along the workflow an examiner is actually going to have to open that file in a program that doesn’t know how to parse HEICs.
replies(1): >>23265017 #
2. gbear605 ◴[] No.23265017[source]
Perhaps the examiner’s program accepts HEICs and the frontend was unnecessarily limiting. Many systems are like that, and it’s frustrating that the College Board’s wasn’t.
replies(1): >>23265170 #
3. qubex ◴[] No.23265170[source]
The examiner’s client program is likely a browser that connects to a web-hosted system, and with the exception of Safari, other browsers do not (yet) handle HEIC natively nor even gracefully.