Mohan Dave @mohandave
  50 Total Points 
   0 Best Answers 
   3 Posts 
   0 Snippits 
 Answers
You can try this react.js snippet to upload files:
import axios from 'axios';
import React,{Component} from 'react';
class App extends Component {
	state = {
	// Initially,
 (...)
  0 
   1