static Future<bool> convertImageUpload(File imageFile) async { return await convertAndUpload(imageFile); }