You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addExtraData method is an internal function to the library. What you really want is the "extraUploadData" property of an ExtFile. Add this property in DropZone.onChange and it will be sent to the server.
i have code in react JS:
import {addExtraData } from '@files-ui/react'
how to using addExtraData , i want to send form data with uploading image to server.
The text was updated successfully, but these errors were encountered: