Skip to content

Testing IDB File

tmpmachine edited this page Nov 20, 2022 · 1 revision
// get file
let file = await fileManager.get({fid:'2515', type: 'files'})

// made some changes
file.content = '';

// store file
fileManager.update(file, 'files')

Clone this wiki locally