-
In version 0.4 there is LocalFiles field, which I think allows you to upload multiple files in a single database record. However in version 4.0 I haven't found a way to downloading multiple files in t…
-
It would be a good idea to allow users to upload (attach) multiple media files (photos and other support media files, if any) in one go.
Currently, one can upload only one file at a time. At least…
-
I'm not sure exactly what causes this yet, but sometimes, not always, if there are multiple advanced filed upload fields in a form, they share the same list.
-
Hi @greyli ,
Awesome plugin. I am using it to upload multiple files along with some server-side validation. Is there a way to return the individual status of each uploaded file? It is clear how to …
-
I have a script that backups 2 files (a file backup and a MariaDB SQL backup) in multiple /home folders (about 100) which succeeds in most of the cases but maybe like 25% of them fail with the followi…
-
hi
i use angular 4 an .net core, in angular i have this:
files: FormData = new FormData();
.
.
for (let file of event.files) {
this.files.append("files", file, file.FileName);
}
.…
-
I just want to send multiple content-type like
------WebKitFormBoundaryQnp69S71qB5l4BTA
Content-Disposition: form-data; name="segmentData"
_**Content-Type: application/json; charset=UTF-8**_
…
-
### Is your feature request related to a problem? Please describe.
Hello,
I hope I did not miss it but since multiple users upload files to our octoprint server I would like to be able to filter t…
-
Provide a setting to enable single file upload or multiple file upload
(i.e: maxFiles: x, where x is a number)
-
## What is your question?
I'm looking for a way to upload about 100 files at once in bulk.
## Versions
* **What version of the SDK are you using?**
`^10.7.0` (latest)
## Additional context
…