CreateTempFile Activity
How do we control the path in the Partial URL argument of the CreateTempFile activity?
The suggested file path in the example does not exist on our server and we're unsure of how to generate a valid path to the temp file on our web server.
0
-
You can also use the Get Request Info activity. Its result is a RequestInfo object that has an ApplicationUri property which is the full URL to the Essentials application. This way saves a little string manipulation because you only need to tack the PartialUrl on to the end of this value.
--Ryan
0 -
Hey Ryan,
Thanks for the tip. I'll check it out.
Rick
0
Please sign in to leave a comment.
Comments
2 comments