toRequestBody

fun File.toRequestBody(contentType: MediaType? = null): RequestBody

创建File的RequestBody

Parameters

contentType

如果为null则通过判断扩展名来生成MediaType

fun Uri.toRequestBody(): RequestBody

当Uri指向的文件不存在时将抛出异常FileNotFoundException