-
-
Notifications
You must be signed in to change notification settings - Fork 177
Handler for simple-uploader #36
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
Conversation
Sweat! I would have just 2 requests to make it better:
Is it clear what I'm suggesting? :) |
Nice, unfortunately php 7 tests failed. I think 7.0/5.6 does not support visibility? (7.1 does) ? For me it can be removed.
|
done :) |
* Key for number of sending chunk | ||
* @static string | ||
*/ | ||
protected const KEY_CHUNK_NUMBER = 'chunkNumber'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove please too :)
* Key for number of all chunks | ||
* @static string | ||
*/ | ||
protected const KEY_ALL_CHUNKS = 'totalChunks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove please too :)
Thanks, last request (thank you for the contribution, it's awesome!), will merge today. |
done |
Thank you @dyktek 👍 Merged. If you have any code example I can update the WIKI. 👏 |
I just added handler for https://github.com/simple-uploader and it's working nice also with https://github.com/simple-uploader/vue-uploader
this is base on ChunksInRequestUploadHandler.php