file-upload
Here are 823 public repositories matching this topic...
1 In History, select multiple captures
2 Execute SHIFT+F10, Copy, FIlename
3 Inspect clipboard
Expected: multiple filenames
Observed: one filename - from focussed capture
Workaround: ??
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Nov 19, 2018 - JavaScript
- I want to propose a feature
What is the current behavior?
Does not specify which browsers are fully/partially supported.
If this is a feature request, what is motivation or use case for changing the behavior?
Before integrating users would like to know if their desired browser support is available. Would also help to build support if we know which browsers need it.
Context
- node version: v10.10.0
- module (formidable) version: 1.2.1
What are you trying to achieve or the steps to reproduce?
I'd like to use the option hash
to rename my file using the a sha1
string.
form = formidable.IncomingForm({
hash: 'sha1'
});
form.on('fileBegin', function(name, file) {
if (file.name !== '') {
var ext
You use both .click()
and .trigger('click')
, it should be only .trigger('click')
and instead of .click(function()
it should be only .on('click', function()
.
Same for .dblclick()
The README for the project mentions a roadmap file:
https://github.com/timvisee/ffsend/blob/master/ROADMAP.md
But no such file exists. It'd be cool to view the roadmap for this project, it sounds super interesting.
-
Updated
May 24, 2020 - PHP
-
Updated
May 30, 2020 - Java
Hello! First of all, thanks for building this! It fulfills a lot of my needs and is a rather uniquely positioned product in that it appears to have no reasonable competitors. I have a lot of data hosted in a Minio instance, and I needed a more user-friendly access layer with indexing, search, and especially thumbnail generation. This seems to do those things well.
#113 gets into these issues
-
Updated
Jun 7, 2020 - Ruby
-
Updated
Nov 23, 2019 - JavaScript
I get this error while listing the files.
Line 18 in filenavigator.js
It is successful call with response code 200 but the type of data in response is a string instead of object (as expected).
String contains the content of AngularFileManagerServlet.java
Option to close on backdrop(grey area around the dialog box) click, would be nice. Pointing to a small cross button can be sometimes frustrating.
My repo which I installed php from does not defaultly ship with json plugin, I must manually install it to make it works.
So if you can clarify not only json plugin but all plugins we must have, then newcomers would have less asspain.
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
Update docs
Update docs and wikis.
- Minimize amount of data presented at front page (README.md);
- Simplify examples presented at front page (README.md);
- Split wikis (docs) by functionality (a.k.a. API), not tasks (Howtos);
- Differentiate feature, functionality (API), and tasks (Howtos) docs;
Articles:
- Security
- Publish / Subscribe
- Using files without references and pub
-
Updated
Apr 23, 2020
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jun 5, 2020 - PHP
uploadTimeout
option defaults to 60000 in the source code, which is missing from the list of options specified in README.md file.
-
Updated
May 26, 2020 - Go
-
Updated
Feb 25, 2020 - Python
-
Updated
Jun 8, 2020 - Ruby
-
Updated
Dec 28, 2019 - JavaScript
Database errors
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,
-
Updated
Jun 7, 2020 - Go
Unbloat readme
We are moving to readthedocs since the readme file is getting quite large now, but is still widely unfinished, you can contribute to pomf-docs to finish it
also obligatory @pomf/documentation
Trying to figure out why some uploads fail when they are just a bit large (e.g., 20-25mb). Didn't find the answer, but the following docs brought my attention:
A URL request object that provides the URL, cache policy, request type, and so on.
The body stream and body d
Improve this page
Add a description, image, and links to the file-upload topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the file-upload topic, visit your repo's landing page and select "manage topics."
I had found a couple of issues that could be clarified in the documentation and examples from the wiki.
Mock Server Files
The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the
files
property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri