I've tried to use the XPath method getDocAttribute("filename") to get the original name of an attachment (receive mail action) without success.
I've also tried "name" and "file" but it didn't work either.
Finally I found out, that content-type (getContentType()) contains the filename too (e.g.: 'application/pdf;name="file.pdf"').
I found nothing about that issue in the manuals.
Does anybody know if that behavior is a bug or if the documentation is not up-to-date.
kind regards
Michael
I've also tried "name" and "file" but it didn't work either.
Finally I found out, that content-type (getContentType()) contains the filename too (e.g.: 'application/pdf;name="file.pdf"').
I found nothing about that issue in the manuals.
Does anybody know if that behavior is a bug or if the documentation is not up-to-date.
kind regards
Michael