Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stop an upload process #52

Open
nfunwigabga opened this issue Dec 11, 2017 · 3 comments
Open

How to stop an upload process #52

nfunwigabga opened this issue Dec 11, 2017 · 3 comments

Comments

@nfunwigabga
Copy link

Is there a way to stop an upload process when it already started? I mean how to entirely kill the upload process.

@imanuelgittens
Copy link

I'd like to upload my files on form submit instead of automatically. Is there any way to disable the automatic upload?

@kaankilic
Copy link

no solution about this?

@kaankilic
Copy link

For the people who are looking for the solution is use another plugin. This repo is useless. It's almost using dropzone behind the door. As same as the dropzone docs, you can set autoProcessQueue false to prevent uploading process on the fly. However, there is no way to call processQueue() function manually. You have to run this function to process upload again while already prevented. Many functionalities of dropzone has not been wrapped by plugin. It is waste of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants