blob: 326914b50dbb38bd513c8a75838cf75bf8ea5b67 [file] [log] [blame]
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:http_parser/http_parser.dart';
import 'multipart_file.dart';
Future<MultipartFile> multipartFileFromPath(String field, String filePath,
{String? filename, MediaType? contentType}) =>
throw UnsupportedError(
'MultipartFile is only supported where dart:io is available.');