[Fixed]-The submitted data was not a file. Check the encoding type on the form

1👍

Finally found the solution . I need to use

 data.append('file', ReactDOM.findDOMNode(this.refs.file).files[0]);

Leave a comment