Gathering detailed insights and metrics for blueimp-file-upload
Gathering detailed insights and metrics for blueimp-file-upload
Gathering detailed insights and metrics for blueimp-file-upload
Gathering detailed insights and metrics for blueimp-file-upload
blueimp-file-upload-expressjs
jQuery File Upload using Expressjs : 'borrowed' from Blueimp jQuery File Upload developed by Sebastian Tschan
blueimp-file-upload-node
Node.js implementation example of a file upload handler for jQuery File Upload.
blueimp-file-upload-jquery-ui
File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.
blueimp-file-upload-npm
File Upload widget with multiple file selection, based on Blueimp-Fileupload - but with fixes for NPM packaging
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
npm install blueimp-file-upload
Typescript
Module System
Node Version
NPM Version
PHP (42.12%)
JavaScript (36.23%)
HTML (13.64%)
Python (5.3%)
CSS (1.92%)
Dockerfile (0.8%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
30,895 Stars
1,265 Commits
7,882 Forks
1,581 Watchers
5 Branches
96 Contributors
Updated on Jul 12, 2025
Latest Version
10.32.0
Package Id
blueimp-file-upload@10.32.0
Size
43.65 kB
NPM Version
7.24.1
Node Version
16.9.1
Published on
Sep 25, 2021
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
1
9
3
File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery.
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.
⚠️ Please read the VULNERABILITIES document for a list of fixed vulnerabilities
Please also read the SECURITY document for instructions on how to securely configure your Web server for file uploads.
jQuery File Upload can be installed via NPM:
1npm install blueimp-file-upload
This allows you to include jquery.fileupload.js and
its extensions via node_modules
, e.g:
1<script src="node_modules/blueimp-file-upload/js/jquery.fileupload.js"></script>
The widget can then be initialized on a file upload form the following way:
1$('#fileupload').fileupload();
For further information, please refer to the following guides:
Cross-domain File Uploads using the Iframe Transport plugin require a redirect back to the origin server to retrieve the upload results. The example implementation makes use of result.html as a static redirect page for the origin server.
The repository also includes the
jQuery XDomainRequest Transport plugin,
which enables limited cross-domain AJAX requests in Microsoft Internet Explorer
8 and 9 (IE 10 supports cross-domain XHR requests).
The XDomainRequest object allows GET and POST requests only and doesn't support
file uploads. It is used on the
Demo to delete uploaded files
from the cross-domain demo file upload service.
The File Upload plugin is regularly tested with the latest browser versions and supports the following minimal versions:
The File Upload plugin has been tested with and supports the following mobile browsers:
For a detailed overview of the features supported by each browser version and known operating system / browser bugs, please have a look at the Extended browser support information.
The project comes with three sets of tests:
To run the tests, follow these steps:
1npm install
1npm test
This project is actively maintained, but there is no official support channel.
If you have a question that another developer might help you with, please post
to
Stack Overflow
and tag your question with blueimp jquery file upload
.
Released under the MIT license.
9.8/10
Summary
Unrestricted Upload of File with Dangerous Type in blueimp-file-upload
Affected Versions
<= 9.22.0
Patched Versions
9.22.1
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
Found 4/25 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More