We creating file objects through a appfarm service endpoint with the create file object action node with an URL from Amazon S3.
I need a way to change the file name of the file to something human readable with the correct MIME type as the pdf file is distributed via emails and downloadable through the application.
Is there any way of doing this in appfarm services now?
I need a way to change the file name of the file to something human readable with the correct MIME type as the pdf file is distributed via emails and downloadable through the application.
I believe you can fix this with AWS S3 by setting the content disposition when uploading to S3.
Setting a Content-Disposition will allow you to specify a filename on download.