Mongodb – Convert input image to Base64 using VueJs and typescript
This is my first question here. I would like to convert an input file(image) from a form using VueJs 3 and typescript to Base64 to "send" it to my backend (java, spring boot) and store it in mongodb as a…