Daryn Mitchell
Daryn Mitchell
Note that drag/drop folder does not always result in an upload. The 'folder' filter is enabled by default, and my testing of drag/drop a folder in **IE11** correctly does not...
Also a note on one part of @dobesv code above, the `(f.size > 1048576)` optimization in some cases will be problematic, since folder size can actually be larger than that....
There are browser-specific non-standard ways that I think would offer 100% confidence. Would required changing angular-file-upload to provide access at the time of drop. I didn't dig into the possibilities...
Chrome provides non-standard methods to let you do that. Check out `webkitGetAsEntry()`, described here: [Drag and drop a folder onto Chrome now available](https://developers.google.com/web/updates/2012/07/Drag-and-drop-a-folder-onto-Chrome-now-available). If you do so, and find a...
I needed this too, and found [nirajp/laravel-saml2](https://github.com/nirajp/laravel-saml2), a fork from a few years ago that added support for multiple IdP config by changing it to not be a singleton. But...
PR created #187, open for feedback
OneLogin says readme, in its brief section [Replay Attacks](https://github.com/onelogin/php-saml#replay-attacks), > Messages expires and will be invalidated due that fact, you don't need to store those IDs longer than the time...
+1 I need this too. Without it, my attempt to initialize the select2 dropdown to a preselected value by setting the ng-model value was failing, because the `$watch` doesn't fire...
_Or, if you don't want to assume collection (not sure why you wouldn't on options, but maybe for someone whose options never change):_ At least could provide an option to...