We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
is it possible to prevent drag/reorder of an uploaded video file to the first position?
I want image files only to be at the first position as this sets my "main" image form those uploaded.
I was experimenting with onreorderfiles callback but I can't get the iformation on filename or file type/extension.
The text was updated successfully, but these errors were encountered:
The files list passed to onreorderfiles contains all information for each file, see below how to access it: https://pqina.nl/filepond/docs/api/file-item/
files
onreorderfiles
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Hi,
is it possible to prevent drag/reorder of an uploaded video file to the first position?
Describe the solution you'd like
I want image files only to be at the first position as this sets my "main" image form those uploaded.
Describe alternatives you've considered
I was experimenting with onreorderfiles callback but I can't get the iformation on filename or file type/extension.
The text was updated successfully, but these errors were encountered: