I'm using navigateToURL to open a PDF file generated by Jasper and it's working well. Now I was asked to send an email with the PDF file as an attachment. We are using Velocity to send emails in our application but, to send attachments, we have to have the file saved somewhere and have the info of the path and filename. Is it possible to save to file opened by navigateToURL?
I'm using Flex SDK 4.9.1.
Thank you.