You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #264 Please see Issue 264 about why this is correct functionality; you should not be able to submit files because XMLHttpRequest does not support it. Jquery Ajax does this using FormData or an iFrame.
i need to upload fies, but it doesn't support dataform....
ajax({
api: this.props.uploadUrl,
method: 'post',
formData: form
}
The text was updated successfully, but these errors were encountered: