Closed zshnb closed 8 months ago
With PHP you can get the metadata with $_POST['filepond']
and the file with $_FILES['filepond']
, see: https://pqina.nl/filepond/docs/api/server/#process
With PHP you can get the metadata with
$_POST['filepond']
and the file with$_FILES['filepond']
, see: https://pqina.nl/filepond/docs/api/server/#process
but you can see my screenshot, there is no metadata in payload?
afaik it doesn't show metadata there, it only appends metadata that is added to the file item, not the file information itself
afaik it doesn't show metadata there, it only appends metadata that is added to the file item, not the file information itself
is there anyway to add file information to file item when upload?
see docs
see docs
sorry I don't find it, could you please give me a link? I mean add automatically, not manually
https://pqina.nl/filepond/docs/api/plugins/file-metadata/
https://pqina.nl/filepond/docs/api/file-item/
https://pqina.nl/filepond/docs/api/instance/events/
Listen to "addfile" event then populate metadata with setMetadata
Is there an existing issue for this?
Have you updated React FilePond, FilePond, and all plugins?
Describe the bug
this is what I use in my project
how ever, I checked request body, there is no json
how can I get default file metadata in server?
Reproduction
Environment