rc-upload
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -65,3 +65,3 @@ function getError(option, xhr) { | ||
formData.append(option.filename, option.file); | ||
formData.append(option.filename, option.file, option.file && option.file.name); | ||
@@ -68,0 +68,0 @@ xhr.onerror = function error(e) { |
@@ -71,3 +71,3 @@ 'use strict'; | ||
formData.append(option.filename, option.file); | ||
formData.append(option.filename, option.file, option.file && option.file.name); | ||
@@ -74,0 +74,0 @@ xhr.onerror = function error(e) { |
{ | ||
"name": "rc-upload", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "upload ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46328