I am using Ext.form.field.File to upload a file.

After we select a file in the field, it is not displaying the actual path.

Instead of that it is displaying 'C:\fakepath\Test.png'

But actual path is 'D:\Test.png'.

How to make it to display the actual path?