Get started with blueimp-file-upload CDN
MIT licensed
Blueimp FileUpload is a popular open-source jQuery plugin for handling file uploads.
Tags:- jquery
- file
- upload
- widget
- multiple
- selection
- drag
- drop
- progress
- preview
- cross-domain
- cross-site
- chunk
- resume
- gae
- go
- python
- php
- bootstrap
Stable version
Copied!
How to start using blueimp-file-upload CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with blueimp-file-upload CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/blueimp/10.32.0/css/jquery.fileupload.min.css" referrerpolicy="no-referrer" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/blueimp-file-upload/10.32.0/js/jquery.fileupload.min.js"></script>
</head>
<body>
<h1>Blueimp File Upload Example</h1>
<input type="file" name="files[]" id="fileupload">
<div id="progress" class="progress"></div>
<button id="submit">Submit</button>
<script>
$(function() {
$('#fileupload').fileupload({
url: '/upload', // Replace with your server-side URL
dataType: 'json',
autoUpload: true,
progressall: function(e, data) {
var progress = parseInt(data.loaded / data.total * 100, 10);
$('#progress .progress-bar').css('width', progress + '%');
}
});
$('#submit').click(function() {
$('#fileupload').fileupload('submit');
});
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
10.0.0
10.1.0
10.10.0
10.11.0
10.12.0
10.13.0
10.13.1
10.14.0
10.15.0
10.16.0
10.17.0
10.18.0
10.19.0
10.2.0
10.20.0
10.21.0
10.22.0
10.23.0
10.24.0
10.25.0
10.26.0
10.27.0
10.28.0
10.29.0
10.3.0
10.30.0
10.30.1
10.31.0
*** 10.32.0
10.4.0
10.5.0
10.6.0
10.7.0
10.8.0
10.9.0
6.3.0
6.4.0
6.4.1
6.5.0
6.5.1
6.5.2
6.5.3
6.9.1
6.9.2
6.9.7
7.1.0
7.2.0
7.2.1
7.4.1
8.3.0
8.4.0
8.4.2
8.4.3
8.5.0
8.6.0
8.6.1
8.7.0
8.7.1
8.8.4
8.8.5
8.8.7
8.9.0
9.0.1
9.10.0
9.10.1
9.10.2
9.10.3
9.10.4
9.10.5
9.10.6
9.10.7
9.11.1
9.11.2
9.12.0
9.12.1
9.12.4
9.12.5
9.12.6
9.13.0
9.13.1
9.14.0
9.14.1
9.14.2
9.15.0
9.16.0
9.17.0
9.18.0
9.19.0
9.19.1
9.19.2
9.19.3
9.2.1
9.20.0
9.21.0
9.22.0
9.22.1
9.22.2
9.23.0
9.24.0
9.24.1
9.25.0
9.25.1
9.26.0
9.27.0
9.28.0
9.29.0
9.3.0
9.30.0
9.31.0
9.32.0
9.33.0
9.34.0
9.4.0
9.4.1
9.4.2
9.5.0
9.5.2
9.5.3
9.5.4
9.5.5
9.5.7
9.5.8
9.7.1
9.7.2
9.8.0
9.8.1
9.9.0
9.9.1
9.9.2
9.9.3
9.9.4