Results 1 to 4 of 4

Thread: Where are stored file on Documents?

  1. #1
    carlo75 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    86

    Question Where are stored file on Documents?

    Hi to all,
    can anyone know where are stored the files uploaded via Documents module? I need to download batch all, via FTP...

  2. #2
    shailendra001's Avatar
    shailendra001 is offline A Prolific Poster
    Join Date
    Oct 2008
    Location
    Bangalore India
    Posts
    255

    Default Re: Where are stored file on Documents?

    Hi !

    files use to be in cache/upload directory

    Regards
    Shailendra

  3. #3
    carlo75 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    86

    Default Re: Where are stored file on Documents?

    Ok found... but they are name encrypted...
    there's a way to mass download directly from Dcouments module?

  4. #4
    shailendra001's Avatar
    shailendra001 is offline A Prolific Poster
    Join Date
    Oct 2008
    Location
    Bangalore India
    Posts
    255

    Default Re: Where are stored file on Documents?

    Quote Originally Posted by carlo75 View Post
    Ok found... but they are name encrypted...
    there's a way to mass download directly from Dcouments module?
    Hi !

    there is no way to download from Documents modules

    yes you can do one thing , download all Cache/upload directory and since name of document (encrypted one ) is same as ' document_revision_id' of document table in database .
    after downloading form server you can match original name

    1) write this query on database
    select document_revision_id,document_name from documents ;
    result will be something like
    +--------------------------------------+---------------+
    | document_revision_id | document_name |
    +--------------------------------------+---------------+
    | 8093c0a4-34a1-5edd-e51f-4c723fcba37c | README |
    +--------------------------------------+---------------+


    and in upload directory file name README would be 8093c0a4-34a1-5edd-e51f-4c723fcba37c

    this may help
    this is little hectic work

    Regards
    Shailendra

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. where are documents stored?
    By jsbenson in forum Help
    Replies: 11
    Last Post: 2009-06-12, 11:16 AM
  2. where is the editview file stored in account module
    By jtan in forum Developer Help
    Replies: 2
    Last Post: 2008-08-14, 04:28 AM
  3. where are documents stored?
    By jsturtevant in forum Help
    Replies: 1
    Last Post: 2007-02-23, 04:57 PM
  4. uploading the file as in documents module..
    By harish040 in forum Developer Help
    Replies: 1
    Last Post: 2006-09-22, 09:53 AM
  5. Replies: 2
    Last Post: 2005-11-24, 08:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •