Custom HTTP Method (PUT)
Use PUT or any other HTTP method instead of the default POST.
(function() {
new MultipleUpload('#demo', {
uploadUrl: '/api/upload',
multiple: true,
method: 'PUT'
});
})();Use PUT or any other HTTP method instead of the default POST.
(function() {
new MultipleUpload('#demo', {
uploadUrl: '/api/upload',
multiple: true,
method: 'PUT'
});
})();