Home > Article > Backend Development > Image upload problem
When uploading images, should I use js to convert them to 64-bit and send them to the server for generation, or should I use input files to upload them? Which one is faster?
When uploading images, should I use js to convert them to 64-bit and send them to the server for generation, or should I use input files to upload them? Which one is faster?
input file