1. #411
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,130
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Quote Originally Posted by ClemsonJeeper View Post
    Am I missing something regarding the "Upload File (Ctrl+U)" menu item?

    Does it actually do anything? It seems when I click on it nothing happens. It fires 'upload' command but it doesn't look like that is handled anywhere that I can see.

    Future functionality?
    I admit it looks misleading. Upload file is menu item of UploadPanel, including everything below it.

  2. #412
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,130
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Quote Originally Posted by ZooKeeper View Post
    Is there a way to plug Upload panel as a form component?

    Thanks
    UploadPanel is Ext.Panel extension so everything that applies to Panel applies also to UploadPanel.

  3. #413

    Default


    Thanks for the prompt reply.

  4. #414
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,130
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Quote Originally Posted by ningle View Post
    I download the source code of filetree from http://extjs.eu/, put it into my local app server.
    I used a simple struts application as a upload server to replace the filetree.php. The file uploading is successful, but filetree's uploadCallback function is not invoked. Firefox and IE7 pop up a file downloading dialog to download the returned json data.
    The downloaded json data file is below:
    {"msg":"OK","success":true}

    By the way, I modified the function 'uploadFile' in Ext.ux.FileUploader.js for struts.

    inp.set({name:inp.id}); --> inp.set({name: 'file'});

    I debug the code, but found nothing. Please help!
    I would bet that the problem is related to your modifications. If uploadCallback wasn't invoked due to a bug in uploader then demo page couldn't work.

    Sorry, I cannot help you any further as I do not know what is struts.

  5. #415

    Default


    1. Can I use only the upload form without the treeview?
    2. When I click on upload button doesn't send any post variable to the php backend file. Why?!

    thanks

  6. #416
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,130
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    1. yes
    2. it works different way, same as Ext uploads files. Has been discussed many times, please search.

  7. #417

    Default


    Nothing, I don't find what you said. Can you provide me the link, please?

    thanks

  8. #418

  9. #419

    Default


    Thanks for the link.
    Strange problem at the opening of the window:
    When I try to open my window seems that the filetreepanel doesn't load the filetree.php but if I open the firebug window the request of the filetreepanle starts.

    Seems that the firebug fire some events inside the filetreepanel.

    any idea?
    thanks

  10. #420

    Default


    Maybe I have understand what's the problem!
    The tab that contains the filetreepanel is the second one and the first tab is the first tab that appears opened.

    If now I set activeTab: 1 the filetreepanel starts but the htmleditor inside the first one panel doesn't start.

    Have I set something when I click in the tab to activate the object included?

    Thanks