You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file upload is complete, my server will respond with a custom number value (a reference to the document, for the user). I'd like to display this to the user along with the "Upload complete" message.
Currently, I can only display error information from the server, not success.
Describe alternatives you've considered
I've considered react-dropzone and implementing my own uploader, but I like everything else with Filepond!
The text was updated successfully, but these errors were encountered:
The only approach I can think of would be to write a custom plugin, and/or detect changes to FilePond child nodes using MutationObserver and then replacing the complete status.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
https://stackoverflow.com/questions/73422012/custom-success-message-on-filepond-file-upload
Describe the solution you'd like
When a file upload is complete, my server will respond with a custom number value (a reference to the document, for the user). I'd like to display this to the user along with the "Upload complete" message.
Currently, I can only display error information from the server, not success.
Describe alternatives you've considered
I've considered react-dropzone and implementing my own uploader, but I like everything else with Filepond!
The text was updated successfully, but these errors were encountered: