base64 property
The base64 string of the file.
Note: This includes identifying data (e.g. data:image/jpeg;base64,) at the
beginning. To strip this out, use FileUpload().base64.split(",")1
.
Implementation
String? base64;
The base64 string of the file.
Note: This includes identifying data (e.g. data:image/jpeg;base64,) at the
beginning. To strip this out, use FileUpload().base64.split(",")1
.
String? base64;