Clones a File and updates file properties
import { cloneFileWithOptions } from 'filepond/utils';
const file = cloneFileWithOptions(otherFile, { lastModified: new Date() })
Clones a File and updates file properties
import { cloneFileWithOptions } from 'filepond/utils';
const file = cloneFileWithOptions(otherFile, { lastModified: new Date() })