Questions tagged [ng-flow]

ng-flow is a specialized add-on designed for AngularJS that leverages the capabilities of the Flow.js html5 file upload library.

Sluggish behavior detected in hybrid AngularJS and Angular application when accessed through Safari browser

Lately, I have embarked on the task of migrating an AngularJS application to Angular 4 using the upgrade module. Within my AngularJS directives, I am utilizing a third-party library (ngFlow) for file uploads via XMLHttpRequest.send(). Everything functions ...