-
Notifications
You must be signed in to change notification settings - Fork 42
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
Work with Laravel #15
Comments
@hugomosh we are using the same thing you have here, but with PHP 7, and we are seeing very weird things. We have nginx in front of our php, using php-fpm, but we noticed that it has to retry a lot of chunks several times before uploading the files... after hours of debugging and testing, we found that if we add a |
@citosid sorry, I don't longer work in the project where I used it. |
Thanks @hugomosh... it turned out to be a problem with fpm and permissions... after setting the permissions of the folders you need to restart fpm, otherwise it will not work. |
This is a nasty code but It work for me for an AngularJs and Laravel 5 integration. I am just happy and want to share it for sme. It is a copy from one post here but modified.
The text was updated successfully, but these errors were encountered: