Full Form Integration
Embed the uploader in a form. File GUIDs sync to a hidden field for server-side processing.
new MultipleUpload('#demo', {
uploadUrl: '/api/upload',
multiple: true,
hiddenFieldId: 'uploaded-files'
});Embed the uploader in a form. File GUIDs sync to a hidden field for server-side processing.
new MultipleUpload('#demo', {
uploadUrl: '/api/upload',
multiple: true,
hiddenFieldId: 'uploaded-files'
});