-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improved #36
Improved #36
Conversation
change the monolog version
… prevent name collission. it can be set to user_id to prevent collission
That's funny, I did quite some similar changes in https://github.com/code-lts/resumable.php And infact you closed a bug: #30 by 5172968 |
@williamdes yes that was a wired one since it was considering the chunk before the last one as the final chunk. but after I think I had fixed that, I have found out it raised another issue. for example : if your uploading file is 3.5 MB and your chunk size is 1 MB => it chunks your file into 1MB 1MB 1.5MB and in the resumable.php the assumption was but hopefully the resuamblejs sends a header |
Exactly, I came to the same conclusion and implemented total chunks 😄 |
Hello @dilab .
I have made a couple of improvement in order to revive the library with new dependency versions.
fixed test cases depredations.
& a few bugfixes