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 want to upload a file from the user's computer to the webapp, and will process the actual file in the webapp itself; I do not want to send it via "url" to a server somewhere. I would use the onAddedFile event to process the file, and I would like to either have an option like "donotSend", or be able to cancel the send in the onSending event. Or something to this effect.
The text was updated successfully, but these errors were encountered:
I want to upload a file from the user's computer to the webapp, and will process the actual file in the webapp itself; I do not want to send it via "url" to a server somewhere. I would use the onAddedFile event to process the file, and I would like to either have an option like "donotSend", or be able to cancel the send in the onSending event. Or something to this effect.
The text was updated successfully, but these errors were encountered: