Skip to content Skip to sidebar Skip to footer
Showing posts with the label File Handling

How To Know Mime-type Of A File From Base64 Encoded Data In Python?

I have a base64 encoded string for a file. encoded_data = '/9j/4AAQSkZJRgABAQEASABIAAD//gA7Q1JF… Read more How To Know Mime-type Of A File From Base64 Encoded Data In Python?