python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problems with base64 and socket in Python
I am programming a remote cmd with extra commands. I want to use Base64 encoding, to make the traffic just a bit more secure. When I run the script and type a command, the server prints the below mess...
Crafter300000
Votes: 0
Answers: 1
GET data:image/jpg;base64, false net::ERR_INVALID_URL
I am getting an error while I am trying to use base64 images I have fetched from backend. All the backend APIs are working properly. I am getting all the base64 images as response also, but images are...

user16852130
Votes: 0
Answers: 1
Python Decoding binary data back to file
i have a database in MSSQL with compressed and converted files, looks like this:
screenshot of values(every of them is 40k symbols long
i need to decode these files to pdf, docx and png files.
i've tr...
Arseniy
Votes: 0
Answers: 3
Set extension of an image with image picker react native
I need to get the extension of an image from my library and set this value to a variable, because I need this variable to make a API POST later.
I am using Image Picker library to select the image, an...
Pedro Dominguez
Votes: 0
Answers: 0