I see this tutorial at http://www.rahulsingla.com/blog/2012/03/extjs-3-enabling-multiple-file-uploads-using-textfield#comment-2097
I will try this as below, but I cannot select a multi-file file to upload
items: [{ xtype: 'textfield', name: 'name[]', fieldLabel: 'Name', inputType: 'file', fieldLabel: 'Multiple file selection', autoCreate: { tag: 'input', type: 'text', size: '20', autocomplete: 'off', multiple: 'multiple' } }]
Here is my code http://jsfiddle.net/baKxc/
What should I do to thank this work.
Edit: If I do in this post. It looks great, but I can not get the file on the php server. How can I work to thank
source share