Thread: [2.0] Ext.ux.UploadDialog extension.

Page 1 of 42 1 2 3 11 ... LastLast
  1. #1
    Join Date
    Jun 2007
    Location
    Moscow, Russia
    Posts
    487

    Default [2.0] Ext.ux.UploadDialog extension.

    Hi,

    I've ported my Ext.ux.UploadDialog extension to ExtJS 2.0, any feedback is highly appreciated.
    The code was mostly rewritten, so any bug reports are welcome too.

    Description, demo and download page is here at
    http://max-bazhenov.com/dev/upload-dialog-2.0/index.php

    Use the force - read the source.
    My ExtJS extensions can be found here: http://max-bazhenov.com/dev/

  2. #2
    Join Date
    Nov 2007
    Posts
    47
    Very nice! thanks MaximGB, I'll test it tomorrow

  3. #3
    Join Date
    Jun 2007
    Location
    Lima, Peru
    Posts
    23
    Nice job, i don't know if it is exactly a bug but when you open the demo page with Internet Explorer 6 the scrollbars doesn't show, with Firefox 2 works perfect.

    Best regards,

    gUstavo

  4. #4
    Join Date
    Jun 2007
    Location
    Moscow, Russia
    Posts
    487
    Fixed, thanks for report.
    Use the force - read the source.
    My ExtJS extensions can be found here: http://max-bazhenov.com/dev/

  5. #5
    Join Date
    Jun 2007
    Location
    Rennes, France
    Posts
    285
    Very nice work MaximGB !

  6. #6
    Join Date
    Sep 2007
    Posts
    4
    Very very nice work !

  7. #7
    Join Date
    Oct 2007
    Posts
    6
    How to set up the upload file type, JPG and GIP file type as an example?

    Thank you...

  8. #8
    Join Date
    Jun 2007
    Location
    Moscow, Russia
    Posts
    487
    Code:
          dialog = new Ext.ux.UploadDialog.Dialog({
            url: 'upload-dialog-request.php',
            reset_on_hide: false,
            allow_close_on_upload: true,
            upload_autostart: true,
            permitted_extensions: ['jpg', 'jpeg', 'gif']
          });
    But there was a bug in file type check methods, so please get the fixed version of the extension.
    Use the force - read the source.
    My ExtJS extensions can be found here: http://max-bazhenov.com/dev/

  9. #9
    Join Date
    Oct 2007
    Posts
    22

    Default thanks

    this is a welcome update and looks quite good

  10. #10
    Join Date
    Sep 2007
    Posts
    26

    Default UploadDialog not posting filename

    Hello,


    Can you check my posting ?

    I have a problem with the upload dialog . I cannot retreive the filename in my php page

    http://extjs.com/forum/showthread.php?t=21783

    thanks for your help and your very nice work.

    Olivier

Page 1 of 42 1 2 3 11 ... LastLast
© 2006-2010 Ext JS, Inc.