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?
You can pass originalName: true
to the schema configuration. This gives you both names as a reference.