Hi to all,
can anyone know where are stored the files uploaded via Documents module? I need to download batch all, via FTP...
Hi to all,
can anyone know where are stored the files uploaded via Documents module? I need to download batch all, via FTP...
Hi !
files use to be in cache/upload directory
Regards
Shailendra
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks