Questions tagged [uppy]

A full-featured file uploader for webbrowsers that supports tus

Sleek, modular open source JavaScript file uploader.

Uppy fetches files locally and from remote places like Dropbox or Instagram. With its seamless integration, reliability and ease of use, Uppy is truly your best friend in file uploading.

95 questions
0
votes
1 answer

Uppy document not defined node.js

I'm trying to implement uppy the file upload program into my website, but when i try to include it, I get an error message saying that document is not defined. This is already me using browserify to include it on my client side. However, I'm not…
Julio Sandoval
  • 103
  • 1
  • 12
0
votes
1 answer

Rails with Uppy XHRUpload: How to get the @model into the params hash?

I'm trying to get Uppy jiving with a Rails upload form, but I'm having trouble getting it setup properly. The resulting params hash is missing its initial :image object. In a typical Rails form, I assume this is taken care of whenever its bound to a…
Spectator6
  • 363
  • 1
  • 5
  • 19
0
votes
1 answer

How to assign (use) input name to Uppy uploader when we have multiple uppy uploader

I am trying to use Uppy to upload some images in my Laravel application. I need multiple uppy elements in one page that each one upload one specific image. For example Uppy1 for upload Nationality Card image and Uppy2 for upload Drive Licence image.…
Mohammad Hosseini
  • 1,649
  • 1
  • 16
  • 31
0
votes
1 answer

Sending file to NodeJS from Angular

This is a common question, however I still didn't manage to make this work. From an Angular app, using uppy, I have the following code in my component: const XHRUpload = require('@uppy/xhr-upload') this.uppy = new Uppy({ id:…
Supertramp
  • 47
  • 1
  • 8
0
votes
1 answer

redux form style conflicts with children style

I am using lib called Uppy inside redux forms, for some reason redux forms style conflict with Uppy lib and miss up the view . simply the view show be like this but the result like this here is code sandbox link…
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
1 2 3 4 5 6
7