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

Send at least one chunk if filesize is 0 #2153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Forceu
Copy link

@Forceu Forceu commented Jul 28, 2022

Fix for #1982

If the filesize is zero, this ensures that at least one chunk of empty data is sent. Without this patch, dropzone gets stuck when uploading 0 byte files

NicolasCARPi added a commit to NicolasCARPi/dropzone that referenced this pull request Dec 4, 2023
Fix for dropzone#1982

If the filesize is zero, this ensures that at least one chunk of empty data is sent. Without this patch, dropzone gets stuck when uploading 0 byte files

PR dropzone#2153 by @Forceu
@NicolasCARPi NicolasCARPi mentioned this pull request Dec 27, 2023
@NicolasCARPi
Copy link

Merged in fork dropzone 7.0.0-alpha2

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

Successfully merging this pull request may close these issues.

None yet

2 participants