Andersjr Posted August 19, 2022 Share Posted August 19, 2022 Checking to see if possible a customer is able to upload a graphic image on a template created using FusionPro Creator. The template will be upload into my company's ordering system (Web CRD Rochester Software) version 11.2.1 our FusionPro Creator version is 12.1.1. I don't have the graphic images before building the template so unable to link (example school name with school logo.) Is this possible to do and if so is it a rule? Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted August 22, 2022 Share Posted August 22, 2022 (edited) I think that WebCRD puts the full path to the graphic into a field in the data. So you can just call CreateResource on that data field, either with the "Insert Picture Rule" Form rule, or some code like this: return CreateResource(Field("GraphicUploadFieldNameHere")); Edited August 22, 2022 by Dan Korn Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.