0

I am trying to get the encoded base64 data and pass it along with other form fields

registerPlugin(FilePondPluginFileEncode);

<FilePond
  ref={ref => (this.pond = ref)}
  onaddfile={this.handleFileUploader}
  onremovefile={this.handleRemoveFile}
  name="passport"
  acceptedFileTypes={mimeTypes}
  allowFileEncode={true}
/>

0 Answers0