Romick
11 Jan 2012, 4:58 AM
Hi!
When i upload file using example http://docs.sencha.com/ext-js/4-0/#!/example/form/file-upload.html
In IE8 or in compatability mode i get IE exeption, but it works in FF.
30618
When i use fiddler to watch for http trafic. It seems that
IE:
Client request heaers:
Accept: application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Server response:
Content-Type: application/x-ms-application
But inside is normal good json. And olso images are saved but UI freeze at this uploading.
FF:
Client request heaers:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Server response:
Content-Type: text/html
And everything wokk fine
I am confused where is the problem!?
And the second problem is that i want to add chencel button under the progress bar.
When i upload file using example http://docs.sencha.com/ext-js/4-0/#!/example/form/file-upload.html
In IE8 or in compatability mode i get IE exeption, but it works in FF.
30618
When i use fiddler to watch for http trafic. It seems that
IE:
Client request heaers:
Accept: application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Server response:
Content-Type: application/x-ms-application
But inside is normal good json. And olso images are saved but UI freeze at this uploading.
FF:
Client request heaers:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Server response:
Content-Type: text/html
And everything wokk fine
I am confused where is the problem!?
And the second problem is that i want to add chencel button under the progress bar.