cancel
Showing results for 
Search instead for 
Did you mean: 

export the document with original file name from Alfresco

sutirtha2008
Champ in-the-making
Champ in-the-making
When we use the export functionality present with the "admin" user in Alfresco the orginal file name getting changed in the file system. Is their any way to export the file with the original file name as shown in Alfresco login user space? It will be appreciated if you can give some clue.
1 REPLY 1

sbuckle
Champ in-the-making
Champ in-the-making
Take a look at the "DownloadContentServlet" section on the wiki: http://wiki.alfresco.com/wiki/URL_Addressability#DownloadContentServlet

It is possible to get a link directly to a file (using the original filename). As it says in the wiki the URL will take the form /alfresco/download/<direct|attach>/<workspace>/<store>/<nodeId>/<filename>
. If you click on the name of a document in the web client you should see this in action already.