Hello guys,I´m not find the answer to my question. I use extjs v. 4.1 and i want through button click, open a file that is in network.Someone can help me pls ?Thanks a lot
Hello guys,I´m not find the answer to my question. I use extjs v. 4.1 and i want through button click, open a file that is in network.Someone can help me pls ?Thanks a lot
Are you using the handler config?
http://docs.sencha.com/extjs/4.2.6/#...on-cfg-handler
Is your target file on a web server?
I new in secha so i used
Code:{ xtype: 'filefield', name: 'photo', listeners: { change: function(thiss, value, eOpts) { alert(value); //here place your ajax request } }, buttonOnly: true, hideLabel: true, /*msgTarget: false,*/ allowBlank: true, buttonText: 'Consultar Ficheiro ' }
but i get to open one which located on te network. My aplication run in several computers in network. Its better with button ? Without filefield?
r
The file button opens a dialog of local files to upload. Is your network file not selectable?