Posts by JTeles • 5 points
2 posts
-
0
votes1
answer508
viewsQ: Flutter: Upload user image
Hello, I am trying to send via API the image of the user at the time of registration. I need to receive the image in Base64 and receive the image format type, example ("image/png" or "image/jpg").…
-
-2
votes2
answers236
viewsQ: Swap image with onclick - HTML and JS
I am developing a code to change the image when it is clicked, this with several Divs, ids to be exchanged for the same image. I even managed to change the first one, but the rest do not change,…