SaaSHub helps you find the best software and product alternatives Learn more →
jQuery-File-Upload Alternatives
Similar projects and alternatives to jQuery-File-Upload
-
bootstrap-vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
ViewFinderJS
Discontinued :camera: ViewFinder - Remote isolated browser API for security, automation visibility and interactivity. RBI. CBII. Remote browser isolation, embeddable BrowserView, secure chrome-as-a-service. Managed, variable bandwidth and co-browsing options available in Pro versions. Like S2, WebGap, Bromium, Authentic8, Menlo Security and Broadcom, but free and open-source. Integrated secure document viewing with CDR from https://github.com/dosyago/p2%2e [Moved to: https://github.com/i5ik/ViewFinder]
-
dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
-
-
-
-
plupload
Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
flow.js
A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
-
bootstrap
Discontinued PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue! (by angular-ui)
-
FileAPI
FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
-
-
-
HTML5 AJAX File Uploader
JavaScript library that manages file uploads using html5 drag and drop and file API's.
-
ej2-javascript-ui-controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
-
-
-
jquery.gridform
jQuery-Plugin for creating complex forms (table-based) with usage of bootstrap and (optional) Font-Awesome.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jQuery-File-Upload discussion
jQuery-File-Upload reviews and mentions
-
Django/Nginx - Error 403 Forbidden when serving media files over some size
class NehnutelnostUploadImagesView(LoginRequiredMixin, ExclusiveMaklerDetailView, DetailView): template_name = "nehnutelnosti/nehnutelnost\_image\_upload.html" model = Nehnutelnost def post(self, request, *args, **kwargs): self.object = self.get_object() form = ImageUploadForm(self.request.POST, self.request.FILES, nehnutelnost=self.object) if form.is_valid(): nehnutelnost_image = form.save() images_count = self.object.images.count() data = {'is\_valid': True, 'row\_html': image_row_renderer(nehnutelnost_image, self.request), 'name': nehnutelnost_image.image.name, 'url': nehnutelnost_image.image.url,} else: images_count = self.object.images.count() data = {'is\_valid': False, 'errors': form.errors, 'images\_count': images_count} return JsonResponse(data) def get\_context\_data(self, **kwargs): context = super(NehnutelnostUploadImagesView, self).get_context_data(**kwargs) context['images'] = self.object.images.all() context['podorys'] = self.object.podorys return context We use https://github.com/blueimp/jQuery-File-Upload plugin to upload images.
-
Upload File using ReactJS via BlueImp FileUpload jQuery plugin
Have been wrecking my nerves trying to use BlueImp JQuery-file-upload plugin. The error messages are cryptic and have been unsuccessful getting any useful help from google.
-
How to setup for jQuery-File-Upload? How to implement the upload handler?
Here is the setup guide I found but I have no basic knowledge on how to setup this.
-
Is it possible to properly limit file size when chunking upload?
I will be using jQuery-File-Upload. maxFileSize might be for that, but it seems only client side, which also means user can bypass the limit and spam big files into my server.
-
Top 24 Free Essential Plugins To Extend Bootstrap
Website/demo: http://blueimp.github.io/jQuery-File-Upload/ The last update: December 2020 Compatibility with Bootstrap versions: Bootstrap v.3 and higher Documentation: yes, how to set up, features description, browser compatibility Developers team support: yes, via GitHub issues page and Stack Overflow page Rating: 31k on GitHub Dependencies: jQuery v1.7+, jQuery UI widget factory v1.9+, jQuery Iframe Transport
- Show HN: Run puppeteer scripts from the Browser, open DevTools on remote pages
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jun 2025
Stats
blueimp/jQuery-File-Upload is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jQuery-File-Upload is PHP.
Popular Comparisons
- jQuery-File-Upload VS dropzone
- jQuery-File-Upload VS Uppy
- jQuery-File-Upload VS filepond
- jQuery-File-Upload VS plupload
- jQuery-File-Upload VS fine-uploader
- jQuery-File-Upload VS flow.js
- jQuery-File-Upload VS FileAPI
- jQuery-File-Upload VS HTML5 AJAX File Uploader
- jQuery-File-Upload VS ej2-javascript-ui-controls
- jQuery-File-Upload VS bootstrap-magic