Blocking html images in iPhone emails?

Anyone know how to get iPhone to block the html images in emails so that I don't broadcast to spammers that I was stupid enough to open their email junk?

There are no settings to control such a feature at this time. If you don't know who the email is from, don't open it.

Similar Messages

  • HTML, images, links in email signatures

    I am trying to add hyperlinks to website addresses inside my email signature.
    I am also trying to add a Skype status button to my email signature. You can see the code it generates from this page:
    http://www.skype.com/share/buttons/wizard.html
    I have read older guides on how to create webarchives via BBEdit and Safari. I tried that but did not have success with the image showing up and the hyperlinks I added in did not work.
    Is there an updated tutorial for editing signatures in html for Leopard?
    I am using Mail 3.0

    This is how I've found a way of doing:
    Go to home/library/mail/signatures select all the files in there
    Go to preferences in Mail and create a new signature
    In the home/library/mail/signatures you will see a new file *.webarchive
    Open your html signature with Safari
    Go to File/Save as ... Save as over the new *.webarchive choosing webarchive for the format
    Restart Apple mail if you need to
    (for the images you will need to have them posted on a server)
    Thanks to http://discussions.apple.com/profile.jspa?userID=306147

  • Tapping on a hyperlinked image on iPhone email

    Hyperlinked image was created in Outlook 2010. If I click on the image in Outlook 2010 it goes directly to the desired site, if I tap on the image on my iPad it goes directly to the desired site, but if I tap on the image on my iPhone it asks me if I want to Save Image or Copy instead of going directly to the desired site. Is there anyway that I can get the iPhone to go directly to the site?

    It's do able - but there are cons
    You can place an image into a "Pan and Zoom" Overlay - make that full screen and stick it in a Multistate object with a tumbnail, then place an invisible button over the thumbnail
    This is a work around, and if you place the invisible button on the thumbnail, it will still be active when "Pan and Zoom" is initiated so you'll have to have a play regarding user experience!
    Hope this helps
    Tim

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what's up with that?

    I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what’s up with that?

    You need to do the basic troubleshooting steps described in the User Guide, Appendix B.
    Restart phone
    Reset phone
    Restore in iTunes using a backup
    Restore in iTunes as new, without using a backup
    If restoring as new doesn't help, there is a hardware failure in the phone that needs evaluation by Apple.

  • Image in an iPhone email signature?

    Is there a way to include a logo in an iPhone email signature?

    Hi, all.
    I've read you comments; and, here is the solution that works for me.
    Prerequisites: Gmail Account, Laptop or Desktop, and access to the Internet.
    1) Upload the picture (JPEG) you want to put in your iPhone email signature. 
    (You can upload the picture to your Twitter account, BLOGs, Flikr, or whatever website.)
    2) Go on the internet, and search for the picture you loaded to your website, as listed in Step 1.
    3) Click or visit that image from your search tool (e.g., Google or Yahoo!).
    4) When you click on your image, you will get a URL of your image in your address field of your internet browser (e.g., Safari).
    5) Copy that URL.
    6) Sign into your Gmail account, click settings, and get to your email signature box.
    7) Type in your signature text (e.g., name and contact information -- whatever text you want in your signature).
    8) Click on the Insert Image icon in the menu bar in the signature field box.
    9) Paste your link in the URL field; if the link is correct, your image will show up.
    10) Click enter after your image shows.
    11) Click the Save button for your email signature field box.
    12) Compose an email and send it to yourself.
    (In your Gmail, you will see your signature in the body of your email.)
    13) Access the email you sent to yourself, via your iPhone.
    14) Copy the selected signature from your email that you sent to yourself.
    15) Access the iPhone email signature page on your iPhone.
    16) Paste the signature, which includes your JPEG image.
    17) Shake your iPhone -- you will get a box that says, Undo Attributes.  Click Yes or Okay to undo attributes.
    18) Exit out of the iPhone email signature page.
    When you access your iPhone email to compose an email, you will see your signature, containing your image.
    This process works for me: iPhone 6 Plus iOS 8.1. 
    My signature still shows after one hour and 10 emails, which includes, sent, forward, and replies.
    Good Luck.  Ping me if you have questions.
    /s/ Alfonso Faustino
    www.AlfonsoFaustino.com

  • Dynamic Image As A email Signaure

    Good Day All.
    I have the following code the will randomly get an image from a folder.
    It works Great.
    Now what i would like to do is add that image as an inline image in my email signature.
    eg
    <img src="http://websiteadd/getsingle.cfm">
    However this does not work.
    here is the code of the CFM page.
    <cfset imagesFolder = "#dirlocation##dirspace#images#dirspace#stock#dirspace#temp" />
    <!--- code to look in directory, choose one image at random --->
    <cfdirectory directory="#dirlocation##dirspace#images#dirspace#stock#dirspace#temp" filter="*.jpg" name="getPics" action="list"/>
    <cfset maxrows = getPics.recordCount/>
    <cfset startRow = randRange(1, maxrows)/>
    <!--- if one or more photos was found --->
    <cfif maxrows gt 0>
        <div class="showPic">
        <cfoutput query="getPics" startrow="#startRow#" maxrows="1">
    <cfheader name="content-disposition" value="attachment; filename=#name#.jpg" />
    <cfcontent file="#dirlocation##dirspace#images#dirspace#stock#dirspace#temp#dirspace##name#" type="image/jpg" />
            <!---<cfimage action = "writeToBrowser" source="../images/stock/temp/#name#" format="jpg" />
            <img src="../images/stock/temp/#name#"/>--->
        </cfoutput>
    </cfif>
    Is there anyway to do this.
    Regards

    If your IMG tag always shows an image, then any HTML email sent via CFMAIL should work fine, BUT (and it's a big BUT) you have no control over the client who receives the email. They may refuse HTML emails, or they may block IMG tags (for privacy concerns). When you said "However this does not work" what did you mean? Please explain.
    Creating a HTTP connection from the email to the image is also undesirable. It's probably better to embed the image, like this using a "data:" URL:
    <cfset ImgFile  =  "d:\somefolder\images\myimage.png">
    <cfset  ImgHeader = "image/png;charset=utf-8;base64">
    <cfset  ImgData = ToBase64(FileReadBinary(ImgFile), "utf-8")>
    <cfoutput>
    <img src="data:#ImgHeader#,#ImgData#"  alt="sig">
    </cfoutput>
    The data: URL includes the actual image within the IMG tag, so no outbound HTTP request to the image is required.

  • How to embed an image map in email?

    I couldn't find any help on this topic when I searched Fireworks and Dreamweaver.
    I want to create an image map (either in Fireworks or in Dreamweaver) and then send it in an email. I've created image maps in older versions of Dreamweaver, and I've used slices in older versions of Fireworks. I just want different parts of the picture to take me to different URLs, but I haven't even been able to get close in my tests.
    Any tips, please?
    Chuck

    Creating HTML for email is a subject unto itself. Every major email client has different limitations. Before you try just copying an HTML page into an email, you should do some research into creating HTML emails. SitePoint has some articles:
    http://www.sitepoint.com/article/code-html-email-newsletters/
    http://www.sitepoint.com/article/designers-guide-html-email/
    http://www.sitepoint.com/article/principles-beautiful-html-email/
    One of the SitePoint articles links to two services: CampaignMonitor and MailChimp. CampaignMonitor does not recommend the use of image maps becasue of poor support by Gmail:
    http://www.campaignmonitor.com/blog/post/2432/do-image-maps-work-in-html-ema/
    MailChip recommends being careful with image placement simply because many clients will automatically block images when the mail is first loaded:
    http://www.mailchimp.com/articles/stupid-html-email-design-mistakes/
    Both sites have free templates you can download to use.
    Good luck!

  • Send HTML as attachment in email in Stored Procedure

    Hi Guys,
    I am writing a stored procedure to send HTML attachment. Below is my code but no html attachment sent in mail. Kindly advise.
    USE [CarsemERP]
    GO
    /****** Object: StoredProcedure [dbo].[DBA_CarsemERP_SQLBlocks] Script Date: 04/01/2015 15:14:15 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: <THARMENDRAN>
    -- Create date: <2014FEB21>
    -- Description: TO CHECK ANY LOCKS MORE THN 20 SEC IN SQL SERVER
    -- =============================================
    ALTER PROCEDURE [dbo].[DBA_CarsemERP_SQLBlocks]
    AS
    BEGIN
    DECLARE @iCnt As Int
    DECLARE @ICnt2 As Int
    DECLARE @SendEmail AS VARCHAR(3)
    DECLARE @Temp_DetailReq1 TABLE (
    idx smallint Primary Key IDENTITY(1,1),
    DBName varchar(30), RequestId Int, BlockingId Int, BlockedObjectName varchar(30),LockType varchar(30), RequestingText varchar(max), BlockingText varchar(max),
    LoginName varchar (30), HostName varchar (30))
    DECLARE @Temp_DetailReq2 TABLE (
    idx smallint Primary Key IDENTITY(1,1),
    DBName varchar(30), RequestId Int, BlockingId Int, BlockedObjectName varchar(30),LockType varchar(30), RequestingText varchar(max), BlockingText varchar(max),
    LoginName varchar (30), HostName varchar (30))
    SET @SendEmail = 'NO'
    SELECT @iCnt= COUNT(*) FROM DBA_SQLBlocksViewTharmen
    IF @iCnt > 0
    BEGIN
    Insert Into @Temp_DetailReq1
    Select DBName, request_session_id, blocking_session_id, BlockedObjectName,resource_type, RequestingText, BlockingTest, LoginName, HostName From DBA_SQLBlocksViewTharmen
    END
    WAITFOR DELAY '00:00:20'
    select @iCnt2= COUNT(*) FROM DBA_SQLBlocksViewTharmen
    IF @iCnt2 > 0
    BEGIN
    DECLARE @columnHeaders NVARCHAR(MAX)
    DECLARE @tableHTML NVARCHAR(MAX)
    DECLARE @body NVARCHAR(MAX)
    Insert Into @Temp_DetailReq2
    Select DBName, request_session_id, blocking_session_id, BlockedObjectName,resource_type, RequestingText, BlockingTest, LoginName, HostName From DBA_SQLBlocksViewTharmen
    SET @SendEmail = 'YES'
    BEGIN
    SET @columnHeaders = 'DBName</th><th>RequestId</th><th>BlockingId</th><th>BlockedObjectName</th><th>LockType</th><th>RequestingText</th><th>BlockingText</th><th>LoginName</th><th>HostName'
    set @tableHTML =
    '<div><b>There is blocking in VERPSVR02-02.</b></div><br>' + -- This is the bold text at the top of your email
    '<table border="0" cellpadding="5"><font face="Calibri" size=2>' +
    '<tr><th>' + @columnHeaders + '</th></tr>' +
    convert(nvarchar(max),
    select td = [DBName], '', -- Here we put the column names
    td = [RequestId], '',
    td = [BlockingId], '',
    td = [BlockedObjectName], '',
    td = [LockType], '',
    td = [RequestingText], '',
    td = [BlockingText], '',
    td = [LoginName], '',
    td = [HostName], '' -- Here we put the column names
    from @Temp_DetailReq2
    for xml path('tr'), type)) +'</font></table>'
    END
    END
    IF @SendEmail = 'YES'
    BEGIN
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'MyDBMailProfileName',
    @recipients = '[email protected]',
    @body = 'Please refer the attachment' ,
    @body_format = 'HTML',
    @subject = 'Alert! Blocking On ERPSVR02-02 Live Server',
    @file_attachments = @tableHTML,
    @importance = 'High';
    END
    END

    Hi Guys,
    I need help on how to generated HTML as attachment to email. I have write below stored procedure but the html did not send as attachment. Kindly guide me on how to save the generated HTML as a file and send it as attachment.
    USE [CarsemERP]
    GO
    /****** Object: StoredProcedure [dbo].[DBA_CarsemERP_SQLBlocks] Script Date: 04/01/2015 15:14:15 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: <THARMENDRAN>
    -- Create date: <2014FEB21>
    -- Description: TO CHECK ANY LOCKS MORE THN 20 SEC IN SQL SERVER
    -- =============================================
    ALTER PROCEDURE [dbo].[DBA_CarsemERP_SQLBlocks]
    AS
    BEGIN
    DECLARE @iCnt As Int
    DECLARE @ICnt2 As Int
    DECLARE @SendEmail AS VARCHAR(3)
    DECLARE @Temp_DetailReq1 TABLE (
    idx smallint Primary Key IDENTITY(1,1),
    DBName varchar(30), RequestId Int, BlockingId Int, BlockedObjectName varchar(30),LockType varchar(30), RequestingText varchar(max), BlockingText varchar(max),
    LoginName varchar (30), HostName varchar (30))
    DECLARE @Temp_DetailReq2 TABLE (
    idx smallint Primary Key IDENTITY(1,1),
    DBName varchar(30), RequestId Int, BlockingId Int, BlockedObjectName varchar(30),LockType varchar(30), RequestingText varchar(max), BlockingText varchar(max),
    LoginName varchar (30), HostName varchar (30))
    SET @SendEmail = 'NO'
    SELECT @iCnt= COUNT(*) FROM DBA_SQLBlocksViewTharmen
    IF @iCnt > 0
    BEGIN
    Insert Into @Temp_DetailReq1
    Select DBName, request_session_id, blocking_session_id, BlockedObjectName,resource_type, RequestingText, BlockingTest, LoginName, HostName From DBA_SQLBlocksViewTharmen
    END
    WAITFOR DELAY '00:00:20'
    select @iCnt2= COUNT(*) FROM DBA_SQLBlocksViewTharmen
    IF @iCnt2 > 0
    BEGIN
    DECLARE @columnHeaders NVARCHAR(MAX)
    DECLARE @tableHTML NVARCHAR(MAX)
    DECLARE @body NVARCHAR(MAX)
    Insert Into @Temp_DetailReq2
    Select DBName, request_session_id, blocking_session_id, BlockedObjectName,resource_type, RequestingText, BlockingTest, LoginName, HostName From DBA_SQLBlocksViewTharmen
    SET @SendEmail = 'YES'
    BEGIN
    SET @columnHeaders = 'DBName</th><th>RequestId</th><th>BlockingId</th><th>BlockedObjectName</th><th>LockType</th><th>RequestingText</th><th>BlockingText</th><th>LoginName</th><th>HostName'
    set @tableHTML =
    '<div><b>There is blocking in VERPSVR02-02.</b></div><br>' + -- This is the bold text at the top of your email
    '<table border="0" cellpadding="5"><font face="Calibri" size=2>' +
    '<tr><th>' + @columnHeaders + '</th></tr>' +
    convert(nvarchar(max),
    select td = [DBName], '', -- Here we put the column names
    td = [RequestId], '',
    td = [BlockingId], '',
    td = [BlockedObjectName], '',
    td = [LockType], '',
    td = [RequestingText], '',
    td = [BlockingText], '',
    td = [LoginName], '',
    td = [HostName], '' -- Here we put the column names
    from @Temp_DetailReq2
    for xml path('tr'), type)) +'</font></table>'
    END
    END
    IF @SendEmail = 'YES'
    BEGIN
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'MyDBMailProfileName',
    @recipients = '[email protected]',
    @body = 'Please refer the attachment' ,
    @body_format = 'HTML',
    @subject = 'Alert! Blocking On ERPSVR02-02 Live Server',
    @file_attachments = @tableHTML,
    @importance = 'High';
    END
    END

  • How to send HTML page via an email

    Hi..
    I wanna send HTML page with images via an email, it should not go as an attachment.
    Is there any Tool or Software available to send HTML Pages via email.
    i just wanna send my advertisement as a HTML page via email
    So plz. help me out

    Java Message Service (JMS) For more info u can visite http://java.sun.com/products/jms/tutorial/
    It is usefull only when u r using some Application servers like WebLogic, WebSpeher, or JBoss
    Bye

  • How to detect imbedded image inside GroupWise email?

    Hi,
    I am using GroupWise 8.0. I created a new mail and used File->Attachments->Attach Files...to attach files, and selected one MS WORD and one Excel file to attach to this emai. Then I launched Paint to open a jpg file name image.jpg, selected the image to copy to clipboard, and went back to the mail to use Edit->Paste to paste (embed) the image into this email, then send the email.
    Using Object API when I try to fetch the message, the attachment collection shows 3 attachments, one is MS WORD document with Objtype is egwFile, second is Excel file with Objtype again is egwFile, so far so good, then the third one shows name as image.bmp, BUT the Objtype also is egwFile (instead of egwOLEEmbedded)?? I used these statements to get the objtype of each attachment.
    AttachmentTypeConstants type;
    hRes = m_pGWAttachment->get_ObjType(&type);
    Where CComPtr<IGWAttachment> m_pGWAttachment;
    Is there a way to know that an attachment is an embedded attachment?
    Regards,
    Phong

    On 11/20/2012 7:16 AM, pholoan wrote:
    >
    > Michael Bell;2231289 Wrote:
    >> On 11/19/2012 12:16 PM, pholoan wrote:
    >>>
    >>> Hi,
    >>>
    >>> I am using GroupWise 8.0. I created a new mail and used
    >>> File->Attachments->Attach Files...to attach files, and selected one
    >> MS
    >>> WORD and one Excel file to attach to this emai. Then I launched Paint
    >> to
    >>> open a jpg file name image.jpg, selected the image to copy to
    >> clipboard,
    >>> and went back to the mail to use Edit->Paste to paste (embed) the
    >> image
    >>> into this email, then send the email.
    >>> Using Object API when I try to fetch the message, the attachment
    >>> collection shows 3 attachments, one is MS WORD document with Objtype
    >> is
    >>> egwFile, second is Excel file with Objtype again is egwFile, so far
    >> so
    >>> good, then the third one shows name as image.bmp, BUT the Objtype
    >> also
    >>> is egwFile (instead of egwOLEEmbedded)?? I used these statements to
    >> get
    >>> the objtype of each attachment.
    >>>
    >>> AttachmentTypeConstants type;
    >>> hRes = m_pGWAttachment->get_ObjType(&type);
    >>>
    >>> Where CComPtr<IGWAttachment> m_pGWAttachment;
    >>>
    >>> Is there a way to know that an attachment is an embedded attachment?
    >>>
    >>>
    >>> Regards,
    >>>
    >>> Phong
    >>>
    >>>
    >> ONly via the MIME. With soap this would be easy.
    >
    > Do you mind elaborating more on the MIME method for me?
    >
    > Thanks,
    >
    > Phong
    >
    >
    With mime you'd look for items with Content-ID headers....
    See the RFC on Compound HTML
    example
    multipart/related;boundary="turnip"
    --turnip
    text/html
    I am <b>html</b> here's an embedded pic <img src="cid:cabbage">
    --turnip
    image/jpeg
    content-id: cabbage
    encoded base64 stuff

  • Missing images in distributon email

    I have created my form and distributed it through the Distribute Form. I sent the form to a couple of people in my department to test the form. In the email they receive, there appears to be missing images above and below the text I entered in the distribute form. The end user only sees the typical red outline with a small x in the corner indicating there should be an image. The email is sent via Lotus Notes email system.
    How do I display the image and where is it generated from?

    Hi,
    That is nothing to do with the form.
    You are distributing the form via Acrobat.com - which is perfectly fine.
    The red x is from the email client blocking the standard Acrobat.com header and footer:
    Clicking the download pictures, which show the images:
    Just note that these have nothing to do with the form itself.
    Niall

  • Cannot view html images from only one sender

    I have the option set to view remote HTML images. I have junk filtering turned off. I have reset my junk mail filters just in case that was the issue.
    There is email from one sender that is a problem. Instead of images I get the blue squares with question marks. I know the images are available because I can view them if I go directly to my Web based email account.
    Additional info - the account is IMAP. It makes no difference if I copy the message to a folder stored on my Mac.

    I figured it out. I had adjusted the height of the input element to a height that did not work well with the padding. Once I removed the height style and adjusted the padding I got the size I wanted and can see the text as it should be.
    Thanks for your help forgottengods!

  • HTML button in the eMail notification sent by Workflow

    I have a workflow which send eMail notification to the users. I want to add 2 HTML buttons for approve and reject on this email notification.
    For this I have embedded the following HTML snippet in the advanced properties (Message Body) of the email action in the workflow -
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD> <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"
    xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD>
    <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2
    face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    However when the user receives the mail, the buttons appear as plain text. Moreover the images are also missing.
    Am I  missing any specific configuration? Is there anything more that needs to be done to render a HTML button and images in an email generated from a workflow?
    I would appreciate, if anyone could please help me resolve this issue.

    Hi Arghadip Kar,
    Im glad you liked my name. )
    Anyhoo, you are correct. A Task is used. I checked in SWI1 and the task associated with the mail is TS90000101. (not a ws) Does this help at all?
    In the Business Process, it is the part where the system informs a Training coordinator that a training request by an employee have been approved by his/her manager.
    Do I still check the FM below or are there any other way given the info above?
    Thank you!
    Olekan

  • If you can't download 6D images to iPhone

    Just got my 6D last week.  Love it!  Excellent implementation of WiFi to iOS devices (iPhone and iPad).  Only a couple of pushes to establish connection after the first pairing.
    But, I had a problem at first:  From the iPhone I could control the camera, view all images on the SD card and email small, medium, large or full size images with no problem.  But, I couldn't save images to iPhone Camera Roll.  If I hit the SAVE icon, it would just give me a BUSY icon forever and would not save.
    THE PROBLEM:  Emailed and called Canon, but they had no idea except to delete and reload the EOS REMOTE App which didn't help.  However, a hint from another website identified the problem.  When I first connected the iPhone and EOS 6D, I accidentally hit "NO" when asked to "allow the 6D to access my camera roll".  I instinctively don't allow most apps to access location services, contacts or camera roll until I'm familiar with the app.  In this case it keeps EOS REMOTE from saving photos, and no error message.
    To FIX THIS:  On your iPhone, go to SETTINGS/PRIVACY/PHOTOS/EOS REMOTE and turn access to ON.
    Immediately started working like a champ.
    Great camera.  Great app.
    Jim in Boulder

    i have looked for a week and this is the answer that worked, thanks. just change the location of the download to a local drive not a server. the music did download but the video would not.
    dell 5100   Windows XP Pro  

Maybe you are looking for