I have a requirement to fetch the original file-name of the uploaded file when the file is downloaded from Documents & Media.
Here is what is happening now
- Upload basic-document, original file name:
test01.xml
- Give the title to the document as
Testing Java
- submit and upload
- Now for users it would appear as
Testing Java
and when i download it would download the file with the nameTesting Java.xml
.
Q. I want that the downloaded file be named as test01.xml
, is this possible?
Is there anyway through the API that this can be done?
Thanks