what is the best way to secure a base64 img upload into my database (either SQL or JavaScript) to prevent potential injections? the image is coming through as a data URL - so not sure if there's a better way to do an upload that would be more secure?
thanks!