blob: b2304415fe71166f1ce80605a978ed369d639d19 [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 'dart:async';
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.');