get file content in bytes
await file.bytes
Future<Uint8List> get bytes async { _bytes ??= await _convertMultipartToBytes(stream); return _bytes!; }