export the document with original file name from Alfresco

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2008 10:28 AM
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 11:05 AM
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.
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.
