-
15 May 2012 7:30 PM #1
File upload with drag & drop support
File upload with drag & drop support
Ext.ux.upload.Button uses Plupload, with a lot of config options.

Source on Github:
https://github.com/harrydeluxe/extjs-ux/
Demo:
http://harrydeluxe.github.com/extjs-...ad/upload.html
-
16 May 2012 6:12 AM #2
This is great. I like the DnD!
Regards,
Scott.
-
23 May 2012 9:57 PM #3
The drag and drop feature was not worked under IE.
-
7 Jun 2012 11:47 PM #4
singleFile param
singleFile param
Nice component. But I bumped into following problem:
Is there any effect of using singleFile param? In both cases it allows you to choose more then one file.
-
11 Jun 2012 3:59 PM #5
-
15 Jun 2012 9:56 AM #6
Hi, i love your plugin love the multiselect files option
thanks for sharing.... Im new in all the Extjs world and im having some issues to use the plugin, i load the libraries, and everything is correct, but when i add the button part i get the error (i just copy paste the example just remove the part reder to, because its inside a panel that already renders to the body) :- [COLOR=red !important]Uncaught TypeError: object is not a function[/COLOR]
- [COLOR=red !important]Uncaught TypeError: Cannot read property 'xtype' of undefined [/COLOR]
that points to the line Ext.create('Ext.ux.upload.Button', { ... the loaded files are ok i dont know why i get this error, sorry if its a very basic question, please help me
...
My loading configs:
Ext.Loader.setConfig({enabled:true});
Ext.Loader.setPath({
'Ext.ux': 'resources/ext-4.0.2a/examples/ux/',
'Ext.ux.upload' : 'resources/ext-4.0.2a/examples/ux/upload',
'Ext.ux.upload.plugin' : 'resources/ext-4.0.2a/examples/ux/upload/plugin'
});
Ext.require(['Ext.grid.*',
'Ext.data.*',
'Ext.util.*',
'Ext.state.*',
'Ext.ux.upload.Button',
'Ext.ux.upload.plugin.Window']);
I really want to be able to use the plugin... so please help... and i have another question, in the options
url: 'upload.json',
uploadpath: '/Root/files',
In the url part can i put the url of the php file that upload the files?, in that case the uploadpath will not be necessary or is it a required option, many thanks have a great day all!
-
15 Jun 2012 12:41 PM #7
Excelent component!
is there any possibilito to drop over an extjs component? let say a grid extended with tileview, for example
-
19 Jun 2012 2:44 AM #8
-
17 Sep 2012 8:53 AM #9
Extension
Extension
that is great.

a quation:
how can i limit Extension in uploader?
thanks.
-
17 Sep 2012 1:08 PM #10


Reply With Quote