-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Add ng-file-upload handler #39
Conversation
* @return bool | ||
*/ | ||
public static function canBeUsedForRequest(Request $request) { | ||
return $request->has(static::KEY_CHUNK_NUMBER) && $request->has(static::KEY_TOTAL_SIZE) |
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.
&& $request->has(static::KEY_TOTAL_SIZE) to a new line please :)
Hi, thank you! Looks great. 👏 Could you rename Do you have time to add unit test? |
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.
Thank you 👍
Creat job @L3o-pold ! Looks pretty sweat. |
New version out: https://github.com/pionl/laravel-chunk-upload/releases/tag/v1.2.5 I did test the dropzone/resumablejs/jquery. Unfortunately I can't test the NgFileUpload. I believe it's working 👍 |
Thank you for your fast response. Tomorrow, I will add a small wiki page |
Add support for ng-file-upload https://github.com/danialfarid/ng-file-upload