The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
100 views

Handling inline images in Inbound email handler

Referring to note section for Pt #5 at this link : http://login.salesforce.com/help/doc/en/code_email_services_editing.htm , it seems the platform doesnt support inline attachments in an email to be ...
3
votes
1answer
87 views

Drag & Drop Upload Images to documents - Security Problems

We have developed a Drag & Drop multiple Image Upload with Html5, jQuery and the REST API. We are wondering what are the problems that this feature can bring up in the security review. Let me ...
4
votes
1answer
137 views

How to use image in Customer Portal header HTML, without using Image ID?

Documentation says I can choose an HTML file for header image in Customer Portal. Searching on the internet is showing that people have uploaded the image on Documents, and referring to the ID of this ...
0
votes
1answer
39 views

Integrating an image into a email template using a component

Thanks to a good steer in this thread I have managed to get an image into an email template that I can package up and put in any org. My design: Stores the image as a document Uses a component ...
3
votes
1answer
87 views

Image Cropping/Resizing Solution

I am looking into building an image uploading interface within Visualforce. I really want it to work similar to how the interface works when you upload your Chatter profile picture. The user should be ...
1
vote
2answers
128 views

Is is possible to display an image or icon in a Email using a Visualforce template?

I am trying to send an email using a Visualforce template and I want that template to include an icon. Is this possible?
3
votes
4answers
565 views

Resize Image in Photo Upload in Visualforce before save in attachment?

Good Morning Friends, I am creating a Visualforce for my users to upload photos and these photos are saved in the attachments object, but I wonder if there is any way before the picture is saved I ...
7
votes
4answers
532 views

Is it possible to use images in Visualforce generated PDFs which are not static resources?

I'm trying to generate a Visualforce PDF (renderAs) with a variety of images from different sources includes Salesforce Attachments and Documents, as well as third party sites. So far I've only been ...