F
Filament3mo ago
Dainka

FileUpload only upload pairs files at same time

I would like to know if I can change that in some way to increase it.
9 Replies
Dennis Koch
Dennis Koch3mo ago
Sorry, what?
Dainka
Dainka3mo ago
Sorry, now File Upload when I upload for example 5 images, it processes them 2 by 2. I would like to change this and increase it to for example 4
Dennis Koch
Dennis Koch3mo ago
I don’t think we provide an option for this but I am not sure whether even FilePond offers an option for it.
Dainka
Dainka3mo ago
Okay, thank you
Dainka
Dainka2mo ago
Hi, I found in the FilePond documentation the parameter "maxParallelUploads", but in your documentation of the FileUpload field I can't find it, is there any way to use it? https://pqina.nl/filepond/docs/api/instance/properties/#sorting-files:~:text=pond%20can%20handle-,maxParallelUploads,-2
Easy File Uploading With JavaScript | FilePond
A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience.
Dainka
Dainka2mo ago
On the other hand, when I drag a group of images and I click on the save button, it reload the page, and after that the order is different from the initial one. How i can preserve the initial order of the images?
Dainka
Dainka2mo ago
Before
No description
Dainka
Dainka2mo ago
After
No description
Dennis Koch
Dennis Koch2mo ago
You could open a PR to add that option