EXT JS 2.2 - File upload control
JavaScript
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have been trying to have file upload control in my portal using extJS, but failing. I am using EXT JS version 2.2. Below is the code I am using for file upload control. { xtype: 'fileuploadfield', id: 'form-file', fieldLabel: Text.MainAttachAttach, labelSeparator: '', name: 'uploadfile', allowBlank: true } This is throwing error as this code is from EXT JS 3.2.1 How do I write same If I am using EXT JS 2.2 Please Help me if anybody has idea. thanks, Hemant
By: Hemant Thaker