javascriptkeystonejs

Keystone JS: local file uploads being auto-renamed


Whenever i am uploading file after upload name is getting change to random value? I think it is default function of keystone.How can i stop this?


Solution

  • You can pass originalName: true to the schema configuration. This gives you both names as a reference.