loads a list of files into Vault from a local source
data | array | the list of files |
format | string|object | optional, the data format ("json" by default; other values are "csv" or an object) |
vault.data.parse([
{
name:"test.jpg",
type:"image/jpeg",
status:"queue",
size:136484
},
{
name:"another.svg",
type:"image/svg+xml",
status:"queue",
size:352321
}
]);