Edit File: FormData.js
import _FormData from 'form-data'; export default typeof FormData !== 'undefined' ? FormData : _FormData;
Back to File Manager