varunjyoti
19 Mar 2012, 12:34 AM
Hi,
I am using Ext Js 4.0.5.
I have a simple file upload field.
xtype: 'filefield',
id: 'licenseFile',
emptyText: "Enter the server path of the License File. eg : C:\\dg\\Customer2311641139962.lic",
name: 'licenseFile'
There are 2 problems i am facing with it.
1) In IE8, the text on browse button is not displayed. The button is displayed but the text is not.
2) In IE9, when i select a file after pressing the "Browse" button, the text field shows the path like "c:/fakepath/abc.txt". In all the paths, "fakepath" is displayed in text field
I am using Ext Js 4.0.5.
I have a simple file upload field.
xtype: 'filefield',
id: 'licenseFile',
emptyText: "Enter the server path of the License File. eg : C:\\dg\\Customer2311641139962.lic",
name: 'licenseFile'
There are 2 problems i am facing with it.
1) In IE8, the text on browse button is not displayed. The button is displayed but the text is not.
2) In IE9, when i select a file after pressing the "Browse" button, the text field shows the path like "c:/fakepath/abc.txt". In all the paths, "fakepath" is displayed in text field