0

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?

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
jugal
  • 341
  • 1
  • 3
  • 17

1 Answers1

1

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

Hoetmaaiers
  • 3,413
  • 2
  • 19
  • 29