Get File Extension From Base64 String

[Solved] Get File Extension From Base64 String | C - Code Explorer | yomemimo.com
Question : get file extension from base64 string

Answered by : akshay-kakade

extension = base64_data.split(';')[0].split('/')[1]

Source : | Last Update : Tue, 21 Jun 22

Answers related to get file extension from base64 string

Code Explorer Popular Question For C