DEV Community

Discussion on: Generating Image Thumbnails in the Browser using JavaScript and FilePond

Collapse
 
rikschennink profile image
Rik Schennink

Hi Dave! File metadata is sent along with the post and is available on the server under the same name as the file input field. So, for example, in PHP that would be something like this:

$_POST['field_name'] // file metadata
$_FILES['field_name'] // file object