Having problems attaching files.

When I open a file on my iPhone and try to send it in an email it doesn't work. When it take me to the email and I have to enter in the address to send the email it appears to be attached but once sent and opened by the sender there is no attachment. Also when I send emails from other apps like that instead of the email just being sent it goes to my out box so I then have to leave whatever app I'm working in go to the iPhone mail app and go to my out box and send the email. I thought this was normal untill I cheched on my wife's phone and realized hers does not send her emails to the out box and on her phone I can attach file to emails. And when opened the attachment is there. Has any one else had this problem or have any idea how to fix it.

After looking into this a bit more I discovered that the problem only exist with my google email. Is this something apple did to make it harder on gmail users, or is this not a normal problem. Has anyone else had troubles attaching files to thier gmail account.

Similar Messages

  • I am having problems attaching files to my email using the latest Firefox 13.0.1, Comcast is my internet provider, but I did not have problem with Safari.

    Why am I having problems attaching files to my email using Firefox 13.0.1.?
    I am using a MAC, OS 10.6.8, and have Comcast as my internet provider. I noticed after I upgraded to Firefox 13.0.1 that I am having problems attaching files to my email. I do not experience the same problem with Safari, but I prefer to use Firefox, as all of my bookmarks and passwords are saved there. I just like the way Firefox works better than Safari.
    I am a free-lance graphic designer and rely on my internet connection to my customers. I need this resolved ASAP!

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • I am having problems attaching files with Maverick.  Any suggestions?

    I can't attach files to emails or access them at all from any app.  They are visible but greyed out.  Any suggestions?  Thanks.

    In older versions of Elements PSA files were associated with Photoshop Album which has now been replaced by the Organizer. Elements has no 3d functionality for supporting space planning files but these files can normally be exported or saved by the originator as a bitmap or pdf file. Those could then be opened in PSE. I suggest you explore the possibilities of file conversion with your original source.

  • Im using xcode 4.6 and im having problems reading files using the fopen function in c

    Im using xcode 4.6 and im having problems reading files using the fopen function in c

    Yes, but that would not cause the "build  failed" message.
    right I missed that part. Looks like two problems then.
    //  main.m
    //  ASCTestFopen
    //  Created by Frank Caggiano on 3/2/13.
    //  Copyright (c) 2013 Frank Caggiano. All rights reserved.
    #import <Foundation/Foundation.h>
    #include <stdio.h> 
    int main(int argc, const char * argv[])
        @autoreleasepool {
            FILE *fp, *fopen();
            // insert code here...
            if((fp = fopen("~/test.txt","r")) == NULL)
                NSLog(@"open failed");
        return 0;
    This will compile ad run in Xcode with a project type of comand line tool

  • Problems attaching files in gmail in Safari

    I use Safari v 3.1.2 and have had consistent trouble attaching files to email messages in Gmail. I turned off rich text formatting and now compose in plain text, but that hasn't solved the problem. Sometimes a workaround is to attach the file before typing anything in a clean email message, but this isn't a guaranteed fix. If I reply to all or try to attach after composing something, Gmail hangs on "still working..." I have absolutely no problems attaching files in Firefox. Others I know who use Safari and Gmail complain about the same problem. I don't know whether this is Apple's or Google's wrongdoing but the problem is extremely annoying and I'm wondering if anyone has a fix. Thank you very much.

    Hi Michael,
    One quick test you can do to help narrow down things is to try and download something in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed)
    Does the page appear to refresh itself when you click on a link? If it does you might have an incompatible version of SpeedDownload installed.

  • Problems attaching files to e-mails

    After installing Lyon, from my wife's user she can't attach files to an e-mail. The window opens but only shows folders and the folders can not be opened. I can do it from my user. What could be happening?

    This could be a hardware problem, or it could be software problem.
    First... Get a full backup of your disks by booting from the DVD and using Disk Utility to copy the data to an external storage device, on the off change the disk or memory or server is failing; don't lose ground here, and try to avoid losing data.  Always, always, always have a good backup before you start hardware or software repairs.
    As Christoph recommends, do check the logs.  Rather than looking at the directories directly, I'd suggest doing this using the Console.app tool (as that's easier than rummaging in /var/log, if you're not already comfortable in the command shell) and see if there are any relevant errors being reported. 
    It appears this box is critical, and doesn't have a backup, or spare parts, or local available support.  I'd expect there are folks in the Denver area that can visit the site and sort out the hardware or software trigger, if your coworkers aren't in a position to assist here.
    If the box is under AppleCare, I'd plan for a trip to get the box looked at and potentially repaired.
    If the box is not under AppleCare, I'd look for a spare disk.  Or better (but more expensive), acquire (or bring along?) a spare Mac Mini (Server?) and probably either used or off eBay or such, as you'll want to have a spare for any potential hardware failure.  (It's better to have two of the same, and newer Mac Mini (Server?) boxes will arrive with (and require) Lion (Server?) and not 10.6.8.
    Usual path for a recovery here is an external backup (via booting the DVD and using Disk Utility to get that copy, and preferably a couple of external, full, current, copies of the data) and using the "migrate" option after a wipe and reinstallation, to bring a copy of the disk data back in.

  • Has anybody encountered problems attaching files to gmail when run in firefox

    Trying to attach a file (I tried pdf, word, excel files) to a gmail when running in Firefox ended with an "Unable to attach file" statement. However, in IEX and Safari the same works properly.
    Anybody an idea about this problem?

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can then [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] on the old (previous) profile via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.

  • Problem attaching file

    Hi
    I've tried to send a mail with a zip-file as attachment. The mail can be sent and I receive it, but unfortunately there is no attachment attached to it ?
    Here is the code (that is part of a servlet normally but since I can't post it here totally I copied the code that refers to the mail sending�
    CODE
         String mailHost = "smtp-server";
         String to = "[email protected]";
         String from = "[email protected]";
         String subject = "Packaging information";
         String body = "Dear, Madam, Sir, \n";
    if ((from != null) && (to != null) && (subject != null) && (body != null)) // we have mail to send
         try {
              //Get system properties
              Properties props = System.getProperties();
              //Specify the desired SMTP server
              props.put("mail.smtp.host", mailHost);
              // create a new Session object
              Session session = Session.getInstance(props,null);
              // create a new MimeMessage object (using the Session created above)
              Message message = new MimeMessage(session);
              message.setFrom(new InternetAddress(from, "Packaging"));
              message.setRecipients(Message.RecipientType.TO, new InternetAddress[] { new InternetAddress(to) });
              message.setSubject(subject);
    //          message.setContent(body, "text/plain");
              //Create the message part
              BodyPart messageBodyPart = new MimeBodyPart();
              messageBodyPart.setText(body);
              Multipart multipart = new MimeMultipart();                    
              multipart.addBodyPart(messageBodyPart);
              //Attachment
              messageBodyPart = new MimeBodyPart();
              DataSource source = new FileDataSource("E:\\Files\\images.zip");
              messageBodyPart.setDataHandler(new DataHandler(source));
              messageBodyPart.setFileName("E:\\Files\\images.zip");
              multipart.addBodyPart(messageBodyPart);
    //          Put parts in message
              message.setContent(multipart);
              Transport.send(message);
         } catch (Throwable t) {
    Anyone can help me please ?

                   String attachmentPath = "/usr/webMail";
                   String testString = "noneAttached";
                   if (!attachmentFile.equals(testString))
                        int stringLength = attachmentFile.length();
                        int nameStart = attachmentFile.lastIndexOf("/");
                        nameStart = nameStart + 1;
                        String fileName = attachmentFile.substring(nameStart,stringLength);
                        String newFile = (attachmentPath + "/" + fileName);
                        File fileData = new File(newFile);
                        MimeBodyPart mbp2 = new MimeBodyPart();
                        FileDataSource fds = new FileDataSource(fileData);
                        DataHandler dh = new DataHandler(fds);
                        mbp2.setFileName(fileName);
                        mbp2.setDescription("Attached File:" + fileName);
                        mbp2.setDisposition(Part.ATTACHMENT);
                        mbp2.setDataHandler(dh);
                        mp.addBodyPart(mbp2);
                   }

  • Problem Attaching Files to CalDev Calendars

    In LION's iCal, I am unable to attach a file to an event when the calendar being used is managed/maintained/stored on Apple's CalDev Server. There is no "Attach File" field available for these calendar events. The only way I've found that this works is if the calendar is created to be stored on my local computer. Is this a defect (bug) or did they design it this way?
    If is by design, why? I can't see any reason why files are attachable to events on local calendars but not those on CalDev calendars...

    I'm not even sure. I think that was the notorious iphone auto correct. & just now looked back & I see it multiple times where I thnk it just should have been &. But maybe I tried to both type the & as well as the word and?
    I now have a makeshift set up w ethernet plugged intp the Airport Express & then into my MacBookPro. So much easier to type on it than on the iPhone.
    Another suggestion if you have really big folders is to see if you can create subfolders if you can see some sub-categories that you could identify. That is what I have done. I have several levels nested in folders.
    But the same thing will work no matter how many sub-folders you have if you look in finder & then just click on the triangle to open up those subfolders.
    I can't remember how I did it before. But again, if you are in Apple software, for the file, look to see if it has a share menu & if you plan ahead to know you are going to want to attach the file, you can open the file & then use the share menu to share by email & again if its in Pages you can chose either Pages, Word or pdf & it will attach that chosen format version of the file to an email.
    So, if you don't plan ahead but like I often do, start typing your email & then decide to attach, you can still do this same thing, but then you can copy & paste the text of your email into the new one or you could drag & drop the attached file to the email you have already been writing.

  • Having problem opening files with gradients in CS2

    When I try to open an illustrator 9 file from CS2, I get "An unknown error has occurred." message. I believe this may be a CS2 problem because when I checked further, I discovered that only AI 9 files where the gradient feature was used were affected. Any suggestions would be appreciated.

    Hi Sjmitc, I followed Barbara's instructions about only about 24 hours ago and since then my files have been opening perfectly.  I tried it again before replying to you and they are still opening fine.
    I did have to go through my files a couple of times to find all the Elements preferences, but the solution is working fine so far.  I will let you know if I have any further problems.  It is maddening when it happens, so I hope you can fix yours.
    Best of Luck 
    Date: Wed, 6 Nov 2013 18:23:28 -0800
    From: [email protected]
    To: [email protected]
    Subject: Problem opening files with Mac OS Mavericks and Elements
        Re: Problem opening files with Mac OS Mavericks and Elements
        created by sjmitc in Photoshop Elements - View the full discussion
    Henwen, Is this solution still working for you? I tried this same solution on mine a few days ago and had no luck. However, it actually let me open files this afternoon then when I went back in later today, it was doing the disappearing act again.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5821793#5821793
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5821793#5821793
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5821793#5821793. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Photoshop Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Having problems attaching a transcript to a Video clip using Adobe Story and Prelude.

    The company I work for is about to begin editing a documentary with several large interviews so we thought attaching the interview transcripts to the video clips would improve our workflow. Today we began testing the process with some of our old media and transcripts. We are able to attach the transcript we created in Adobe story Script to the video clip in prelude as well as run the speech analysis command. But the problem is that the speech analysis completely ignores/changes the transcript we attached to the video file and creates its own (incorrect) transcript, with at best only a string of a few words matching the audio and the rest is jibberish created by the program.
    I was under the impression that the program would match as many key words as possible and then kind of fill in the blanks with the provided transcript but it is actually creating its own transcript. Is this how the program works or am I missing a step or two? Any help and suggestions would be greatly appreciated.

    It seems that the Clip metadata has the script info because you are able to see the 'Shot Location' field populated by the Scene heading info.
    In the Dynamic Media section of the metadata panel where you see the Shot location field, if you scroll down, you would see the 'Script' section, you would be able to see the 'Dialog' metadata embedded there. This is important, please do check and let me know.
    About how this works: "Speech Analysis engine uses the Adobe Story script as a reference script. When Adobe Premiere Pro finds enough matches with the embedded script, it replaces the analyzed speech text with the embedded script text. Adobe Premiere Pro carries over the correct spelling, proper names, and punctuation from the reference script, benefits that standard speech analysis cannot provide."
    FInd more info here > http://help.adobe.com/en_US/premierepro/cs/using/WS1c9bc5c2e465a58a91cf0b1038518aef7-7d0fa .html
    Having said so please note that the quality of the speech analysis also depend on the clarity of the speaker, background noise in the footage and the quality of the recording.

  • Is anyone having problems sending files from SendNow now that they've used Send?

    I sent a couple files in Send and now I cannot send files in SendNow.  It tells me to check my internet connection and that it cannot send the files.  I've reset the internet connection and it still does not work.  I even tried send a file through Send and it worked fine, but when I went back into SendNow I got the same message. Are other people having issues with this? Any suggestions?

    It is very strange because I've always used Google Chrome to use SendNow
    and I've never had a problem until this morning after trying Send.  I went
    it and tried it in Firefox and it worked fine, but still doesn't in Chrome.
    Not sure what happened because I used Send in Chrome and it worked fine.
    Thank You,
    Roxanne Schutz
    Gatehouse Media, Inc. NE Holdings, Inc.
    Heartland Classifieds- Maverick Media, Inc.
    Penny Press 1, Penny Press 4, News-Press,
    Syracuse Journal-Democrat, Hamburg Reporter
    P.O. Box "O"
    Syracuse, NE  68446
    1-877-269-3358
    [email protected] <[email protected]>
    This message may contain confidential and/or privileged information.  If
    you are not the intended recipient or authorized to receive this for the
    intended recipient, you must not use, copy, disclose or take any action
    based on this message or any information herein.  If you have received this
    message in error, please advise the sender immediately by sending a reply
    e-mail and delete this message.  Thank you for your cooperation.

  • Having problems saving files in CS2

    I'm learning the program: Classroom in a book from InDesign CS2. In the beginning when the file was small I was having no problem saving the doc. But after The doc got bigger and I had done many things to it, I would save the doc, the save word in file was gray as it is suppose to be, then I would close the file. When I reopened the doc all my work would be gone. I have recreated this 3 times now and the same thing keeps happening, NO SAVED FILE. What am I doing wrong??? Thank you advance for your help, Sherrine

    How are you opening the file (double-clicking an icon, File > Open,
    File > Open Recent, etc.)? Are you saving/opening over a network? It
    sounds to me like you may be opening the wrong file. Try doing some work
    on the file, and then Save As to a unique name. Then use File > Open
    Recent to open the file and see if your changes are there.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Having problems saving files

    Hi all, been having a problem with Motion. I am currently running version 2.0.1, and the application will not let me save any files at all. I am stumped, could someone give me some ideas that I might not have though of yet.
    Thanks.

    If its the tutorials you're doing and you have copied the folders over from the DVDROM, they still keep a read only setting. You need to change that before you'll be able to save to them...
    Patrick

  • I am having problems downloading files from the web. After a number of files are downloaded, the system become sluggish, and then hangs. I traced the problem to the download history file: downloads.sqlite.

    After downloading a number of 1.0 MB files, the system became very sluggish, and I started to get lots of (Not Responding) messages when trying to download or just use Firefox for browsing. Using Performance Monitor, I observed that the Firefox executable was growing larger and larger - up to as large as 1.2 GB on a system with 2.0 GB memory. Page faults were off the chart.
    Looking for a similar problem, I found one that discussed the downloads.sqlite file becoming corrupted. I first noticed that this file was over 600 MB in size, so I deleted it. I then downloaded additional files, and observed that the new downloads.sqlite file would increase in size by about 150% of the size of each file that was downloaded. Once it would get up to 500 MB in size, the system started slowing down again.
    I don't know the purpose of this file, but it appears that it keeps a full copy of every file downloaded, which may be the function of a download history file, but it does not seem correct that the file should grow in size without limit, and thus impact the system.
    I would also appear that the Firefox executable is trying to read the entire contents of this file each time a new file is downloaded, which does not seem right.
    Temporary fix is to periodically delete the downloads.sqlite file when it gets too large and starts impacting performance.. Apparently it is smart enough to open a new file if the old one is not found. I am not sure what the correct behavior for this file should be. Apparently is does not re-initialize when a new Firefox session is initiated.
    Please feel free to contact me if more information is desired. I'm not sure what details you might need to troubleshoot this type of problem.

    Hi Katy, and a warm welcome to the forums!
    What is the exact name of the file?
    Is it aim.bin?
    Which requires either Stuffit Expander, or the Unarchiver to deflate.
    http://www.apple.com/downloads/macosx/systemdiskutilities/theunarchiver.html

Maybe you are looking for