This content has been marked as final.
Show 1 reply
-
1. Re: Need help with web app form JavaScript. Need to limit picture size and pixels
MackroyceWebDesign Jun 29, 2014 6:40 PM (in response to MackroyceWebDesign)I found the answer to my problem. It is not a java fix, but a simple code. You can create within your detail or list view depending on where you want the images to appear from your form uploads. the answer was in a previous post and the link is:
Dynamically generate thumbnail images
The code I used was:
<p><img alt="" src="{tag_picture 01_value}?Action=thumbnail&Width=300" /></p> <p><img alt="" src="{tag_picture 02_value}?Action=thumbnail&Width=300" /></p> <p><img alt="" src="{tag_picture 03_value}?Action=thumbnail&Width=300" /></p>
