reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

i need to upload fies, but it doesn't support dataform....

Open JieChang opened this issue 8 years ago • 1 comments

i need to upload fies, but it doesn't support dataform.... ajax({ api: this.props.uploadUrl, method: 'post', formData: form }

JieChang avatar Oct 25 '16 06:10 JieChang

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.

blizzardengle avatar Jun 28 '17 04:06 blizzardengle