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?
Asked
Active
Viewed 387 times
0
-
http://stackoverflow.com/a/31573836/6271729 check this. – Niharika Jan 24 '17 at 06:49
1 Answers
1
You can pass originalName: true
to the schema configuration. This gives you both names as a reference.

Hoetmaaiers
- 3,413
- 2
- 19
- 29