-
-
Notifications
You must be signed in to change notification settings - Fork 202
FlowJS
Martin Kluska edited this page Jul 5, 2026
·
1 revision
| Package | View | Javascript | handler class |
|---|---|---|---|
| Github | Source | Source | FlowJSUploadHandler |
- Read the official docs
- Create the view as package requires
- Implement the basic flow.js code
var flow = new Flow({
chunkSize: 1 * 1024 * 1024,
simultaneousUploads: 3,
testChunks: false,
target: $fileUpload.data('url'),
query: {
_token: $('input[name=_token]').val(),
},
});