Jump to content

Having customers upload graphic images to a template


Andersjr

Recommended Posts

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?

Link to comment
Share on other sites

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 by Dan Korn
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...