Questions tagged [flow-js]

flow.js is a JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.

Flow is a static type checker for your JavaScript code. It does a lot of work to make you more productive. Making you code faster, smarter, more confidently, and to a bigger scale. https://flow.org/en/docs/getting-started/

68 questions
0
votes
1 answer

Constrain what files you can see with angularjs ng-flow

I'm trying to implement a flow file uploader but I can't see how to make it that the user can only select image files. I copied the example so I have
0
votes
2 answers

Module 'flow' not available in angularjs app

in my app.js I have included the dependency for flow var myApp = angular.module('myApp',['ui.router', 'ngResource', 'flow']); I have included the javascript in my index file to load as follows