-1

I work with extjs 4

when I use this code :

 {
                xtype: 'filefield',
                id: 'file1',
                fieldLabel: 'test1',
                labelWidth: 100,
                msgTarget: 'side',
                allowBlank : false,
                anchor: '100%',
                buttonText: 'test'
            },

and when I use chrome I have this label in this composant :

c:\fakepath\.
franco
  • 1,829
  • 6
  • 42
  • 75
  • possible duplicate of [Filefield with extjs 4.2 without fakepath](http://stackoverflow.com/questions/22302841/filefield-with-extjs-4-2-without-fakepath) – Lorenz Meyer Mar 11 '14 at 17:03

1 Answers1

0

This is entirely expected behavior. I would suggest googling "chrome fakepath" to understand why this is happening, why it's expected, and why it's not a problem.

existdissolve
  • 3,104
  • 1
  • 16
  • 12