1. #811
    Ext User
    Join Date
    Sep 2010
    Posts
    2
    Vote Rating
    0
    nhocoi is on a distinguished road

      0  

    Default


    Help me. I tried running the file tree pane for Ext 2.0. Without success. can not decode JSON upload error, does not create or manipulate files and folders
    Can not manipulate it.? Did I do the site? Who can I run a successful guide is not Filetreepanel Ext.
    Thanks a lot
    Demo: http://dark9k.byethost17.com/file/
    my english is not very good.

  2. #812
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    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


    It looks like server-side error. There are also some cross-domain call attempts:

    Unsafe JavaScript attempt to access frame with URL http://custom404error.com/?keywords=...e/pagenotfound from frame with URL http://dark9k.byethost17.com/file/filetree.html. Domains, protocols and ports must match.

  3. #813
    Ext User
    Join Date
    Sep 2010
    Posts
    2
    Vote Rating
    0
    nhocoi is on a distinguished road

      0  

    Default


    Quote Originally Posted by jsakalos View Post
    It looks like server-side error. There are also some cross-domain call attempts:

    Unsafe JavaScript attempt to access frame with URL http://custom404error.com/?keywords=...e/pagenotfound from frame with URL http://dark9k.byethost17.com/file/filetree.html. Domains, protocols and ports must match.
    Thanks. Add to my question. You can demo a php functions for handling rename the folder to create filetree.php are not. I do not understand much. Hope you help do.Thanks

  4. #814
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    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


    Sorry, I have no clue what are you asking. I've tried your link and have answered that it is probable a server-side error. If you want the backend, see http://www.sencha.com/forum/showthre...t-2.0&p=147056

  5. #815
    Ext User erlinis's Avatar
    Join Date
    Aug 2010
    Location
    Colombia
    Posts
    2
    Vote Rating
    0
    erlinis is on a distinguished road

      0  

    Default


    Hi Saki,
    I need to save one image to database, so I believe is necessary upload it to server first,
    but I no have clue how do it with extJs, I've downloaded the FileTree plugin,but I can't find any
    documentation or guide about How use it...
    Help please !!!

    Thanks advance

  6. #816
    Sencha User
    Join Date
    Sep 2007
    Posts
    85
    Vote Rating
    0
    adam.jimenez is on a distinguished road

      0  

    Default


    Hi Saki,

    I've been integrating filetreepanel into tree-grid and Multiselect.

    Are you interested in going down this route and working together?

  7. #817
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    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


    @erlinis, there is a complete example of filetree together with client/server interface specs at http://filetree.extjs.eu

    @adam, I have some plans regarding filetree but I currently work on another project so I could tackle it early next year.

  8. #818
    Sencha User
    Join Date
    Sep 2007
    Posts
    85
    Vote Rating
    0
    adam.jimenez is on a distinguished road

      0  

    Default


    do you like the idea of using tree-grid with it?

  9. #819

    Default Filetree upload

    Filetree upload


    Hi Saki,

    thanks for the extension it's awesome, however and maybe i missed the solution but this thread is so big i cant look through all pages

    i noticed the "detached" uploadPanel has only "root" stated as it's path parameter, but the upload panel present in the context menu does send the whole path root/folderA/folderB/.

    WHy is this different and how does one fix this, i tried several things but cant seem to get the path from the treepanel into the uploadpanel....

    kind regards
    Boy

  10. #820
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    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


    The path is set by FileTree depending on which node you right-click. There's getPath method that is called with the right-clicked node as the argument that returns the correct path.