Earlier quoted context omitted.
Would it be correct for iOS Safari to quietly reencode to jpeg when a HEIC file is uploaded via a webform? How would Safari know that the site's backend didn't want an HEIC file? I agree the HEIC thing is very confusing (having set up my parents' phones recently), but I can't see how Apple is to blame. For starters, the College Board could've done a much better job emphasizing this step for iOS users in its instructi…
Does the HTTP "accept" tag play a role here? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ac...
Students are failing AP tests because the College Board can’t handle HEIC images
51–60 of 577 posts
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#52EDIT: the comment about "most compatible" was based upon information from the article, rather than access to an iPhone. I have since looked it up, and JPEG is mentioned underneat the option.
I am saying this because people need to have a degree of understanding of technology in order to have some control over it, even though I recognize that some people will construe such statements as being elitist. That depth of knowledge does not even have to be particularly deep. In this case, understanding that photos may be represented in different ways by the computer and that you have to ensure that the recipient can accept that representation is important. After all, this is not the only case where they will run into this issue. It is a big part of the reason why businesses settle upon some form of standard for the exchange of data, may that be through common business practices or a standardization body.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#53This is the latest in a string of incidents where critical software systems, facing new pressure due to the pandemic, are catastrophically failing their users. I think what's happened in the past is that most public-facing software systems either a) were not really critical (because people had the alternative of doing things in-person), or b) (as in the case of all the ancient COBOL systems underpinning the US gov) h…
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#54Re: Students are failing AP tests because the College Board can’t handle HEIC images
#55This is the latest in a string of incidents where critical software systems, facing new pressure due to the pandemic, are catastrophically failing their users. I think what's happened in the past is that most public-facing software systems either a) were not really critical (because people had the alternative of doing things in-person), or b) (as in the case of all the ancient COBOL systems underpinning the US gov) h…
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#56Re: Students are failing AP tests because the College Board can’t handle HEIC images
#57Earlier quoted context omitted.
Would it be correct for iOS Safari to quietly reencode to jpeg when a HEIC file is uploaded via a webform? How would Safari know that the site's backend didn't want an HEIC file? I agree the HEIC thing is very confusing (having set up my parents' phones recently), but I can't see how Apple is to blame. For starters, the College Board could've done a much better job emphasizing this step for iOS users in its instructi…
Does the HTTP "accept" tag play a role here? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ac...
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#58Who doesn't test their upload forms with common flows like uploading an iPhone photo? Sounds to be like the college board contracted this out to the lowest bidder.
The burden of testing is enormous and nobody wants to pay for it. I know plenty of companies that barely test at all. All except the Googles of the world miss stuff regularly.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#59This is the latest in a string of incidents where critical software systems, facing new pressure due to the pandemic, are catastrophically failing their users. I think what's happened in the past is that most public-facing software systems either a) were not really critical (because people had the alternative of doing things in-person), or b) (as in the case of all the ancient COBOL systems underpinning the US gov) h…
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#60Earlier quoted context omitted.
Wow, I didn't know browsers even supported automatic image format conversion (this is pretty impressive IMO). Terrible that their programmers didn't specify that tag attribute.
I don't believe that's what's happening here. The accept attribute just filters what files show up in the file picker. And iOS devices will take an extra step, and on the operating system side convert HEIC files to JPEG.