if the picture is uploaded, can both binary and base64 be uploaded to the background? Which way is better? Can binary or base6
4 be transferred to the background and saved directly to the database?
another question is what"s the difference between FormData and Blob? It"s all used for binary transmission, right? What I understand is that formData is a collection. Blog is a single file. Is that so? is there any other difference?