jQuery-File-Upload

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. (by blueimp)

jQuery-File-Upload Alternatives

Similar projects and alternatives to jQuery-File-Upload

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better jQuery-File-Upload alternative or higher similarity.

jQuery-File-Upload reviews and mentions

Posts with mentions or reviews of jQuery-File-Upload. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-07.
  • Django/Nginx - Error 403 Forbidden when serving media files over some size
    1 project | /r/codehunter | 29 Apr 2022
    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
    1 project | /r/codehunter | 3 Apr 2022
    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?
    1 project | /r/codehunter | 19 Mar 2022
    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?
    1 project | /r/PHPhelp | 1 Feb 2022
    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
    15 projects | dev.to | 7 May 2021
    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
    3 projects | news.ycombinator.com | 14 Apr 2021
    And it's a high coincidence that we both released some sort of similar thing at the same time. I love the look of his puppeteer debugger console, his is much more polished that mine :)

    Some things I noticed about https://chrome.browserless.io

    - after using it for a bit the actual tab in my browser crashed with error "STATUS_BREAKPOINT"

    - Does not work on Mobile, it loaded, and ran the script, but I couldn't type into the editor on my Android phone

    - I tried to bork it with while(true) page.browser().newPage() it seemed OK

    - I tried to bork it with a speedtest, it seemed OK

    - No back buttons, so I needed to go to console to history.back()

    - No paste into page, no right-click context menu

    - Did not raise a pseudo-modal for remote page modal dialogs, I assume it silently closes them. I.e. https://infosimples.github.io/detect-headless/

    - Fails (or passes, depending on your perspective) the "Are you Headless?" test at https://arh.antoinevastel.com/bots/areyouheadless

    - Did not raise a pseudo-modal for remote page file chooser dialogs, I assume it silently closes them. I.e. https://blueimp.github.io/jQuery-File-Upload/

    - Appears to close the browser every time you press the |> play button. I think that makes debugging fluid.

    - Does not raise a pseudo-modal for remote page basic auth modal dialogs, it seems to silently close them. I.e https://jigsaw.w3.org/HTTP/Basic/ (at https://jigsaw.w3.org/HTTP/)

    All in all I love how the DevTools window is integrated with the page, even tho it does eat up screen real-estate, it's ok. I also love how product-focused Joel is and how the provided scripts are really laser focused on the use cases of his customers. That's what I think is Joel's biggest strength, how much of a good businessman he is, how focussed on his customers he is, and how he delivers that value for them. That's also what I think is my biggest weakness. Compared to how he's building products and features, I'm like wandering around in the dark shining my flashlight on whatever looks interesting to me. I'm not so honed and focused and that's to my detriment, I think. Design is another weakness I have. But we shall see how things go!

    Maybe I'll catch up to him. Maybe I'll overtake him! But I'm not sure that side of the business, "puppeteer automation at scale" is necessarily what I want to go into. We'll see what happens tho! :)

  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic jQuery-File-Upload repo stats
6
31,075
5.1
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com