Javascript – When compressing image submitted through form before upload. First submit will fail but subsequent attempts complete as expected
I'm creating a screenshot submission form, and I want to compress the image before uploading it to my server. I've got the process so it works, but whenever I test it the first time I try submitting it fails. Clicking…