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
I have used only Receiver like below
<Receiver
customClass={"classname"}
isOpen={true}
onDragEnter={() => this.onFileEvent('enter')}
onDragOver={() => this.onFileEvent('over')}
onDragLeave={() => this.onFileEvent('leave')}
onFileDrop={this.onFileDrop}
>
Drag and Drop a file here to start the upload
but it is throwing me a error in safari like below
Invariant Violation: Upload end point must be provided to upload files
Kindly help me...
The text was updated successfully, but these errors were encountered:
I have used only Receiver like below
<Receiver
customClass={"classname"}
isOpen={true}
onDragEnter={() => this.onFileEvent('enter')}
onDragOver={() => this.onFileEvent('over')}
onDragLeave={() => this.onFileEvent('leave')}
onFileDrop={this.onFileDrop}
>
Drag and Drop a file here to start the upload
but it is throwing me a error in safari like below
Invariant Violation: Upload end point must be provided to upload files
Kindly help me...
The text was updated successfully, but these errors were encountered: