Commit 2ac5aabd by Ramesh Babu Puvvadi

Update RemoteData.dart

parent e5649f56
...@@ -98,6 +98,7 @@ class RemoteData { ...@@ -98,6 +98,7 @@ class RemoteData {
//Upload Images POST Method //Upload Images POST Method
Future<Upload?> uploadImages(String token, String storeId, String barcode, Future<Upload?> uploadImages(String token, String storeId, String barcode,
List<NamedFile> imageList, String channels, String model) async { List<NamedFile> imageList, String channels, String model) async {
print(barcode);
try { try {
final request = http.MultipartRequest('POST', Uri.parse(uploadimages)); final request = http.MultipartRequest('POST', Uri.parse(uploadimages));
request.headers.addAll({ request.headers.addAll({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment