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
As far as I know, there are 2 ways to cancel an ongoing upload
cancel from the visible modal
if using client.upload, then use the token param
But, there seems to be no way to cancel an upload if the modal has been hidden using hideModalWhenUploading to show a custom render. The only method exposed during custom render is onPick. For more clarification, I would like to trigger an upload cancel during this stage using the tiny cross button.
Is there any way to cancel an upload for the above condition? If not, are there any plans to expose more functions to the custom render prop?
The text was updated successfully, but these errors were encountered:
As far as I know, there are 2 ways to cancel an ongoing upload
client.upload
, then use thetoken
paramBut, there seems to be no way to cancel an upload if the modal has been hidden using
hideModalWhenUploading
to show a custom render. The only method exposed during custom render isonPick
. For more clarification, I would like to trigger an upload cancel during this stage using the tiny cross button.Is there any way to cancel an upload for the above condition? If not, are there any plans to expose more functions to the custom render prop?
The text was updated successfully, but these errors were encountered: