mhowell Posted June 17, 2008 Report Share Posted June 17, 2008 Is there a way to place an uploaded image in Caspio into an HTML block. I can not figure out the path needed for an image tag. Thanks, Mike Quote Link to comment Share on other sites More sharing options...
0 napoleonv Posted June 20, 2008 Report Share Posted June 20, 2008 Try to add the following in an HTML block of a details page: Replace XYZ with the appkey of the DataPage. Also, make sure that the image field is included in the details but configure it so that it does not show up. You can do this by enabling advanced feature for the DataPage and going in the Advance tab when configuring the details page. Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted January 15, 2019 Report Share Posted January 15, 2019 Hi @mhowell, You can set it as App Parameter and choose the File type. On your HTML Block, choose the image icon. and configure the Image Properties I hope this helps! Quote Link to comment Share on other sites More sharing options...
0 BRandonH Posted September 2, 2021 Report Share Posted September 2, 2021 So I tried the solution below but it does not display the image, I had to the the "\" operator to the field, otherwise it was displaying the caspio name for it, and as html it only displays the actual filename and location. <tr> <td rowspan="4">[@field:provider_info_ProviderPhoto\]</td> <td> <h3>[@field:provider_info_FullName]</h3> </td> <td></td> <td> <div style="color: #00bfff;"><i class="fa fa-phone"></i></div> </td> <td width="20%">[@field:provider_location_Phone]</td> </tr> this is what is have, it is displaying the other fields and icons fine, just will not display the image. I also tried the "appkey" solution mentioned before with no, I am not sure I understood entirely what to do though. Thanks for anyones help if you are able to. -B On 1/15/2019 at 10:50 AM, Meekeee said: Hi @mhowell, You can set it as App Parameter and choose the File type. On your HTML Block, choose the image icon. and configure the Image Properties I hope this helps! Quote Link to comment Share on other sites More sharing options...
0 TellMeWhy Posted September 2, 2021 Report Share Posted September 2, 2021 11 hours ago, BRandonH said: So I tried the solution below but it does not display the image, I had to the the "\" operator to the field, otherwise it was displaying the caspio name for it, and as html it only displays the actual filename and location. <tr> <td rowspan="4">[@field:provider_info_ProviderPhoto\]</td> <td> <h3>[@field:provider_info_FullName]</h3> </td> <td></td> <td> <div style="color: #00bfff;"><i class="fa fa-phone"></i></div> </td> <td width="20%">[@field:provider_location_Phone]</td> </tr> this is what is have, it is displaying the other fields and icons fine, just will not display the image. I also tried the "appkey" solution mentioned before with no, I am not sure I understood entirely what to do though. Thanks for anyones help if you are able to. -B I believe it's / not \ Quote Link to comment Share on other sites More sharing options...
0 BRandonH Posted September 6, 2021 Report Share Posted September 6, 2021 / is only displaying the caspio file path and name Quote Link to comment Share on other sites More sharing options...
0 TellMeWhy Posted September 6, 2021 Report Share Posted September 6, 2021 10 hours ago, BRandonH said: / is only displaying the caspio file path and name Here's the Step-by-step guide, can you try this? Quote Link to comment Share on other sites More sharing options...
Question
mhowell
Is there a way to place an uploaded image in Caspio into an HTML block. I can not figure out the path needed for an image tag. Thanks, Mike
Link to comment
Share on other sites
6 answers to this question
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.