Questions tagged as 'base64'

1
answer

Validate content of an image in Base64

in which way I can validate that the content of a String of a base64 image is really that of an image and not an .exe with a different format ....     
asked by 22.06.2018 / 18:09
2
answers

What is the most optimal way to recover an image from the database?

When I store the images in the database, a blob is generated that is too large, when I extract it by means of jquery it takes too long, and if there are many images, it is worse since the character string fills several screens, I usually use the...
asked by 23.03.2017 / 15:39
1
answer

How to convert a file file to String base 64 with javascript in jsp?

A help, I need to convert the file file (photo jpg) to String base64 and send it as a String through the json or my action reserve.    The jsp view where I declare the File    Json where I send the values entered to the reserve acti...
asked by 20.11.2017 / 13:51