Ext.ux.upload examples

Ext.ux.upload is a plugin that brings upload fonctionnalities to you Ext Elements.
Attached to a button, it makes the button become a SWFupload button
Attached to a container, it makes the container becomes an HTML5 dropabble zone (for firefox and chrome)

  • HTML5 drag'n'drop from your desktop
  • Multiple concurrent upload with progressbars
  • Backend independance (see PHP and Django)

  • Documentation sources



    Example 1 - Upload in DataView

    Click the buttons to open a SWFupload window or drag files from your desktop to the panel


    Example 2 - Upload in GridPanel with Ext.ux.Dialog



    Example 3 - Upload in FormPanel without Ext.ux.LogPanel



    Example 4 - Upload in BorderLayout with Ext.ux.LogPanel inside east region