Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Visualforce Development Cookbook

You're reading from  Visualforce Development Cookbook

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781782170808
Pages 334 pages
Edition 1st Edition
Languages
Author (1):
Keir Bowden Keir Bowden
Profile icon Keir Bowden

Table of Contents (16) Chapters

Visualforce Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. General Utilities 2. Custom Components 3. Capturing Data Using Forms 4. Managing Records 5. Managing Multiple Records 6. Visualforce Charts 7. JavaScript 8. Force.com Sites 9. jQuery Mobile Index

Attaching an image to a record


Associating an image with a record is a common requirement while implementing Salesforce, for example, adding a photo to a contact or a custom news story sObject. Using the standard attachments functionality creates a disconnect between the record and the image, requiring additional clicks to view the image, and often relies on the user following a naming convention when uploading the file.

In this recipe, we will create a Visualforce page to allow a user to attach an image to a contact record. The page also displays the image if one has been uploaded. This page will be embedded into the standard contact page layout.

Note

While the size limit for a record attachment in Salesforce is 5 MB, as the attachment in this recipe is rendered on a Visualforce page, it is important to keep the size of the file as small as possible to avoid lengthy download times and excessive bandwidth usage.

Getting ready

This recipe makes use of a controller extension, so this will need...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}