The Wayback Machine - https://web.archive.org/web/20200611112110/https://github.com/topics/uploader
Skip to content
#

uploader

Here are 430 public repositories matching this topic...

Aarbel
Aarbel commented Mar 1, 2020

Problem

I'd like to send many files in the same time but with different files metaData.
The combination of uppy.setMeta uppy.addFile doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the last uppy.setMeta configuration.

Moreover the uppy.setFileMeta method is quite impossible to use, because on uppy.addFile we can't declared an id

gopalkb
gopalkb commented Sep 25, 2019

The documentation as of now lacks a sample example of uploading files to S3 bucket. All it says in the documentation is an upload url - "upload/post" which fails to demonstrate exactly how to handle security related stuffs like header, S3 endpoint, access key, etc.

At minimum, the documentation should lay out what things to consider while using this library to upload files to AWS S3 bucket.

uppload
AnandChowdhary
AnandChowdhary commented Jan 25, 2020

Currently, there are 66 total issues detected by CodeClimate: https://codeclimate.com/github/elninotech/uppload/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication

Some of these are false positives (like i18n files counting as duplicates), and some of these are easy to fix (like high function cognitive load due to functions longer than 25 lines).

This issue w

Lewui
Lewui commented Dec 21, 2019

When i start lolisafe .js i got warnings
`Knex:warning - Use async .hasTable to check if table exists and then use plain .createTable. Since .createTableIfNotExists actually just generates plain "CREATE TABLE IF NOT EXIST..." query it will not work correctly if there are any alter table queries generated for columns afterwards. To not break old migrations this function is left untouched for now,

waspinator
waspinator commented Aug 23, 2019

@burzum I started some document changes (#197), but I'm still not comfortable using the plugin. Especially the event system. For example, following the upload example I get a unable to export object: StorageManager::get() first arg must be a non empty string! error, or uploading using bin/cake storage store doesn't generate full_path or url fields.

kylebebak
kylebebak commented Dec 10, 2018

The docs have a page on uploading files to S3, but there's no live example.

A live example might require an S3 bucket with public write access, or a publicly accessible endpoint that hands out presigned upload URLs.

RDU makes uploading files to S3 almost trivial, but this isn't so apparent without a live example.

Also, it would be good to

AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy

  • Updated May 20, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the uploader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uploader topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.