extjs-upload-widget
extjs-upload-widget copied to clipboard
File upload widget for ExtJS v4
See http://docs.sencha.com/extjs/4.2.0/#!/guide/command_packages
Hi, ivan-novakov: First, thanks you for the widget ExtJS has updated to 6, but this widget has many error in ExtJS 6. If you have time could you update the...
Hi, i encountered this issue: 1. downloaded latest version of widget, 2. embedded in project and loaded ` Ext.Loader.setPath({ "Ext.ux.upload": "path/lib/upload" }); ` 3. created dialog window in project `...
To fix it you should edit Item.js file find this.fileApiObject replace to this.config.fileApiObject
Would be great if the widget would have a IE9 fallback. When File API is not available you can simply hide the `progress` indicator. To check if File API is...
Since drag&drop feature is still missing, this is a rough way how to add it on-the-fly. Quick&dirty, but functional.
Using Ext 5.0.1, you will get the error: "Ext.util.Observable#addEvents" is deprecated. See this ticket (http://www.sencha.com/forum/showthread.php?198969-Observable-deprecate-addEvents) "You don't need the addEvents call. The event will get added the first time it's...
Hi, is it possible to add personal columns in the grid ? I would like to add a checkbox per file and others params. Best regards.
When using the Dialog/Panel you can specify additional params to be sent together with the upload request. The ExtJs uploader sends them as GET params. The form uploader ignores them.
uploadParams is missing in FormDataUploader. Fixed.