Cannot receive .doc & .xls files

I have searched the board, and read that a number of owners receive doc & xls files with no problems. I do receive the e-mail sent to my iPhone, but when it tries to display the file, it always states ( This message has no content ). I use embarqmail, and nothing is blocked. I do receive the attached files in my regular e-mail. They are short, xls = 56K, doc = 19K. Have tried many times, with different files. Any help will be greatly appreciated. Thanks Guy

what i have found is just that the edge data network is slow to actually download the attachment with the email... the email text comes in quickly but the attachment may take several minutes to actually download and show up...i have found that when i get and attachment i go into my inbox and just let it sit there for several minutes until the paperclip icon shows, then go into the email and the attachment should beavailable, if you go into the email before edge has downloaded it you might not ever get it on the phone... best to just wait until its there for sure...i have had to wait up to 30 minutes for the attachment to show after i received the email...hope this helps

Similar Messages

  • Problem downloading .doc, .xls file using servlet

    i have a servlet which downloads the files to client(browser). It works file for .txt file but .doc, .xls files are opend but they contain garbage.
    plz letr me know if u know problem!!!!!
    -amit

    Probably because you output them using the Writer you got from getWriter instead of using the OutputStream you can get from getOutputStream.

  • Checking PDF/DOC/XLS files for passwords

    Folks
    Wondering if anyone can shed any light on how to check PDF/DOC/XLS files passwords?
    I'm not trying to crack the password, I'm writing a program where people are uploading files, but I don't want people submitting files that require passwords to open them.
    Tom

    shashi_rajak wrote:
    Open Source PDF Libraries in Java
    http://java-source.net/open-source/pdf-libraries
    use any one of library given in the above page. then try to read the pdf file . if you are able to read then it is not password protected .Or invalid, or too new, or has other featues that those libraries might not support.

  • How to open DOC/XLS files using UIWebView on iPhone 3.0?

    Hi,
    I am using the following code to display doc/xlst files on UIWebView. It's surprised that I can get the content of the file but cannot show in WebView.
    NSData *myData = [NSData dataWithContentsOfFile: fileDesPath];
    NSString *ext = [m_openFiles.fileExtension lowercaseString];
    NSString *mimeType;
    if ([ext isEqualToString:@"doc"]) {
    mimeType = @"application/msword";
    }else if([ext isEqualToString:@"xls"]){
    mimeType = @"application/vnd.ms-excel";
    }else if([ext isEqualToString:@"wma"]){
    mimeType = @"audio/x-ms-wma";
    }else if([ext isEqualToString:@"jpg"] || [ext isEqualToString:@"jpeg"]){
    mimeType = @"image/jpeg";
    }else if([ext isEqualToString:@"tif"]||[ext isEqualToString:@"tiff"]){
    mimeType = @"image/tiff";
    }else if([ext isEqualToString:@"htm"]||[ext isEqualToString:@"html"]){
    mimeType = @"text/html";
    }else if([ext isEqualToString:@"mov"]){
    mimeType = @"video/quicktime";
    }else if([ext isEqualToString:@"mp4"]){
    mimeType = @"video/mp4";
    }else if([ext isEqualToString:@"txt"]){
    mimeType = @"text/plain";
    }else{
    mimeType = [NSString stringWithFormat:@"application/%@", ext]; //pdf
    NSLog(mimeType);
    //Here, I can get the myData. The value is the content of the doc file.
    if (myData) {
    [self.myWebView loadData:myData MIMEType:mimeType textEncodingName:@"UTF-8" baseURL:[NSURL URLWithString:fileDesPath]];
    After loadData, it cannot show anything in webview!
    Can someone help me in this matter?
    Thanks,
    Message was edited by: Small Apple

    Hi Maurício -
    For your future reference and for the information of everyone who comes across this post in the future:
    We host all of our DataPlugins on our website at ni.com/dataplugins.  There are hundreds of file formats supported through the available DataPlugins, and there is also a link on that site where you can request a DataPlugin be written for file formats that aren't currently supported (such as custom *.CSV files).
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • Help! How to read N9500 .doc/.xls files in E90??

    Is there any file converter or specific application to read N9500 office file (.doc, .xls) in e90?? geez.. very annoying indeed..
    thanx

    With N9500 you can save to different format? So save in 9500 to different format and the should at least be opened in PC and again maybe in E90 also.
    So, 9500:
    Menu, Save, Save as... And Change format. Default is epoc / symbian i think (though odd if E90 does not support symbian format)

  • How to display .doc/.xls file uploaded using blob type of column in table.

    Hi,
    Here
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm
    I learnt about uploading & viewing file through BLOB in a form or report . It works fine for pictures & notepad file. But when i upload word file (i.e. *.doc) or excel file ( *.xls ) , and try to view it through DOWNLOAD
    it gives message box
    ' Do you want to save this file, or find program online to open it?'
    I searched lot but enable to find proper & easy to understand solution.
    Hope understand my problem.
    Thanks in advance.

    Hi,
    I am using table emp having fields id,name,,,,,,,,,photo,mimetype,filename,last_update_date.
    photo is of type BLOB. I updated photo (text item) on form.
    I Used BLOB DOWNLOAD Format Mask with appropriate entries & selected display as Attachment.
    So my problem is partially solved. Now if DOWNLOAD link on Form is clicked it displays Excel sheet
    in different window. But still, DOWNLOAD link on my Interactive report not working properly.
    DOWLOAD on interactive if it is clicked it has two problems
    1) It opens image or notepad file in same window.
    2) Not able to open Excel sheet.
    thanks for reply.

  • .ppt, .doc, .xls files aren't open

    Hello guys
    We have Mac Mini (Lion) Server which my colleagues access with PCs and Macs.
    My problem is that if a MS Officer user tries to open .ppt, .xls and .doc files directly from the server, it won't work.
    There is no problem in opening those files for Mac users.
    Is there anyone who has the similar problem or anyone who knows how to sove it?
    Thanks a lot

    NeoOffice & OpenOffice both have more platform support than Microsoft Office. http://www.zoho.com/ offers web based approach to open Microsoft Office documents, and so does http://docs.google.com/

  • Print .PDT,.DOC,.XLS files using java print API

    Hi,
    I need to print different types of documents like pdf, word, excel files etc.
    Please let me know how to proceed on this.
    I tried using the following code, but it is printing all junk/html tags on the paper.
    Please let me know how to resolve this.
    Thanks in advance
    import java.io.File;
    import java.io.IOException;
    import javax.print.DocFlavor;
    import javax.print.DocPrintJob;
    import javax.print.PrintException;
    import javax.print.PrintService;
    import javax.print.PrintServiceLookup;
    import javax.print.SimpleDoc;
    public class PrintDocument {
      static public void main(String args[]) throws Exception {
        try {
             PrintService defaultPrintService = PrintServiceLookup.lookupDefaultPrintService();
            DocPrintJob printerJob = defaultPrintService.createPrintJob();
            File pdfFile = new File("C:\\temp\\sample.doc");
            SimpleDoc simpleDoc = new SimpleDoc(pdfFile.toURL(), DocFlavor.URL.AUTOSENSE, null);
            printerJob.print(simpleDoc, null);
        } catch (IOException ie) {
          ie.printStackTrace();
        } catch (PrintException pe) {
          pe.printStackTrace();
    }

    Hi
    I would like to see if it was possible.  I thought it would be easy, as
    there is a standard batch processing sequence (Print 1st page of all) using
    Java that comes with Acrobat 7.  This allows you to print the first page of
    a number of files that you select when the sequence is run.  Its code is:
    /* Print 1st Page */
    /* This sequence prints the first page of
       each document selected to the default printer.
    this.print
    To my uninformed mind it seemed logical that the same code, slightly
    modified to print all pages, should work from within a form.
    Anyway, if there is a way to choose individual files, I would appreciate
    that.
    Thanks
    Rob

  • Cannot Open .xls files in Excel 2010

    Before we start, I would just like to say, I've read probably 9 or 10 other threads with no help.
    I cannot open any .xls file.  Unfortunately the user has already associated the file type with Adobe Reader, so I cannot just double click the files to open them.  I have tried the follow fixes with no solution:
    -Open With .. > EXCEL.exe  (I double click the application and nothing happens)
    -Going in to the file extensions page and associating it with the EXCEL.exe application there, but same thing, nothing happens
    -I have tried going into the registry and renaming the "OFFICE12"'s to "OFFICE14".  Nothing happened
    -I have tried going into the Excel folder options and checking off and unchecking  "Ignore Other Applications That Use DDE"
    -I have searched for the "Microsoft Application Virtualization DDE Launcher" application with no luck
    of finding it
    -I have tried re-installing and repairing Office 2010
    I'm out of idea and have no idea what to try next.  Any ideas?

    Hi,
    The registry key which could affect you open the .xls by double click is the following:
    Important
    This method is related to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you do it carefully. For added protection, back up the registry before you modify it. Then, you can restore
    the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756 (http://support.microsoft.com/kb/322756) How to back up and restore the registry in Windows
    HKEY_CLASSES_ROOT\Excel.Sheet.8
    I would suggest you rename the registry key, and then repair the Office programs to create a new key.
    For example:
    Rename “Excel.sheet.8” to “Excel.sheet.8.old”.
    Then repair the Office programs:
    Start > Control Panel > Programs and Features > click the Office 2010 program that you want to repair, then click Change > Repair > Continue.
    You might need to restart your computer after the repair is complete.
    Sincerely
    Rex Zhang
    Rex Zhang
    TechNet Community Support

  • Nokia 5800 XM cannot receive JPEG file sent via bl...

    i have nokia 5800 xm with v20.0.0.012 firmware..but cannot receive jpeg image file sent via bluetooth from other hand phone...i have try lots of hp to try to sent it to my hp.....the sender hp show waiting for the other device to accept item...but i already choose yes...to accept it...i can receive other types of file such as gif, mp3, flv, mp4, acc, 3gp...just fine... :-(

    Most likely the jpeg file is corrupted. Zip the file, try again and use the mass storage mode.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • GOS - Cannot open .docx/.xlsx file programmatically attached to business object

    I am supporting an existing web dynpro application that allows users to attach files to a purchase requsition in SAP.  The current solution allows for a successful attachment and display of .doc and .xls files, but gives an error when displaying .docx and .xlsx files.
    The current solution follows this logic:  The code identifies the MIME type of the file to derive the file extension.  Then, it converts the document contents from a xstring type to binary via function SCMS_EXTRING_TO_BINARY.  After the conversion, it creates an initial instance of BO 'MESSAGE' and populates the message container with the required parameters.  It creates the container, refreshes the message object, and gets the key of the new message object.  Then, the code populates the BO object_a and object_b and calls the method   cl_binary_relation=>create_link to attach the file.  Lastly, a commit work statement is executed.  Based on the code samples I have seen online, this solution is logically correct.
    I am able to successfully attach .doc and .xls files from this web dynpro application, and then later open them from ME53N.  I am also able to "successfully" attach .docx and .xlsx files from the application.  If I view the attachment list in ME53N, these files are visible.  However, when I attempt to open the attachments, Word/Excel gives me an error message "The file cannot be opened because there are problems with the contents.  The file is corrupt and cannot be opened."  If I click OK to bypass the error, it gives an additional prompt "Word found unreadable content in document.  Do you want to recover the contents of this document?  If you trust the source of this document, click yes."  If I click yes, the document opens.
    .docx / .xlsx files attached via ME52N will open without issue
    .doc / .xls files attached programmatically via this web application open without issue
    these are the MIME types associated with .docx / .xlsx both in the web application and in SAP configuration:
    .docx:   application/vnd.openxmlformats-officedocument.wordprocessingml.document
    .xlsx:    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    Does anyone have an idea why the newer document versions appear to be corrupt when opening?  Does the error from Word imply there is a data conversion issue, even though the .doc and .xls documents are readable?  Are the .docx/.xlsx file types unusable with the   cl_binary_relation=>create_link method, and should instead be used with the function 'BINARY_RELATION_CREATE'?
    Any help is greatly appreicated.  Thanks in advance!

    I replied too quickly.  This change in providing the file size DID help when I was attaching .docx files. They open succesfully now, as well as, .doc and .xls files.
    However, I'm still having the same issue when I try attaching .xlsx files.  Furthermore, now .txt files do not display correctly.  Before passing the file size correctly, they were displaying in notepad.  Now, they open in the SAP GUI and only show characters, rather then the actual text.
    It seems like this file size typo was just a coincidence for .docx files.  I'm still looking for help on this issue.  Thanks in advance.

  • Asha 302 - PDF/Doc/Xls reader issue

    I have downloaded ezreader from store for reading pdf/doc/xls files. After installation of the application i cannot open the file tree. As i select open from the ezreader window it shows c: and e: drives, but selecting any of the drives will return the screen to ezreader home window. Can somebody help on this. Without a file opening option the the mail functionality of Asha302 is of no use.

    I also have this problem, & its a pain. Im pretty well computer illiterate & have used nokia for online use due to their ease in the past but they've really dropped the ball with the Asha 302. I had an E63 last, & had no problem with it. I had a lot of downloaded files saved to the memory card, & when the E63 recently stopped working I got the asha as I was told it was an upgrade (yeah right). I transfered the sim & memory to the asha, & now, not only cant I open pdf files etc online, but I cant access the saved files, including files I recieved attached to emails that are saved to the memory card. I have downloaded the ezereader with the same results others have describe,,, it dont work. Thinking I may have been doing something wrong due to lack of knowledge, I went to the Optus shop where I bought the POS asha302 & asked for them to assist. Well after wasting over an hour & a half while they unsuccessfully tried I was told the best thing to do would be to buy a card reader so I could at least access the files that are on the memory card via computer. Still means I've been ripped off on the phone, doesnt it

  • I am having problems interacting with Microsoft Office programs since the last update:cannot create a pdf through the 'print' menu in exel and both Word and Exel docs sent in Mac Mail end up being received as .dat files.

    I am having problems interacting with Microsoft Office programs since the last update:cannot create a pdf through the 'print' menu in exel and both Word and Exel docs sent in Mac Mail end up being received as .dat files.
    Both these situations have cropped up on my MacBook Pro since the last update.
    Thanks for your help.
    Cheers
    Bob

    The 'Winmail.dat' problem has been extensively covered in these forums, I would search for that (a Google search works well) and unfortunately I have not seen the pdf print problem before, but assuming the software is current and functions normally (other than the pdf print problem) I have no suggestion other than the obvious (but time consuming) re-installation of Office.
    I wish I had more

  • I cannot submit office docs such as.docs/.xls/.pdf formats when I try to send files in public sites

    I cannot submit office docs such  as doc/.xls/and also PDF formats in public sites
    For example I want to participate in an e- learning project and university asked me to submit my cv in  his official site
    When I tried to attach my cv in PDF format or in a word format I cannot find nothing even I have bought pages and office+  applications and all my documents saved in local files on my iPad
    Thank you☺☺

    Safari on iOS only supports uploading of image files from the Photo app. However, there are other browsers available which include document mangement and storage. iCab Mobile is one I use frequently and have had good results with.

  • Cannot receive files automatically

    I am running skype 7.0.0.102, ie 11 , on win7 desktop. The option "automatically accept incoming files" is checked. However I cannot receive files automatically from any contact. I work with time difference and this would be vital for me. Same problem on my win 8.1 laptop. Tried reset settings in ie, delete temp files...etc...What am I missing?
    Solved!
    Go to Solution.

    That's a weird selection of extensions.
    By all means, no file is "safe": we're on Windows, and Windows by default hides the known extensions; and on the other hand, even non-misleadingly named files from that bunch can contain dangerous things (MSOffice file formats and JPG certainly can).
    There's absolutely no reason to assume that a txt file is more dangerous than a doc file.
    On MSN Messenger for example there used to be some kind of integration with the system antivirus service, that could be done in skype too (and I'm sure it's possible in a much better way, I'm sure).  And then just allow autoaccepting anything.  Like in Skype for Linux.
    Though to be quite honest, it is not the IM software's task to keep the user's machine safe.  And a resident virus scanner will notice the new file whether or not it's explicitly called by the IM, so let's just scrap what I said in the previous paragraph and let's get an unhindered autoaccept.

Maybe you are looking for

  • How do I recover my Bookmarks from a Time Machine Back Up

    I just upgraded from a 2 year old MacBook running Snow Leopard to a new MacBook Pro running Lion. Because of the problems Apple has between these 2 operating systems, I can not use the automated Migration Assistant to migrate over any of my old files

  • My ipad will no longer connect to the internet. Everything else does.

    My ipad 1 will no longer connect to the internet. Everything else does. and nothing new was done to the ipad. It's running ios 4 and was fine since the day it came out.

  • Please!!!!

    ok so im really bad with technology and my ipod froze so i got a new one a day ago and its the same model only a different color "green " any ways i plugged it into my computer to up load all my library songs and it wont even recognize that my ipod i

  • Rounding to 1000 no decimals

    Hi Gurus..     In my report I want to see the KEY FIGURES rounding to 1000, I dont want the decimals to be displayed how do I do that... Thanx... Preethu

  • Hosts no longer obtaining ip address on switch in 3850 stack

    I have a six switch 3850 stack that has been in production for over a month now, and everything is running normal.  Last week, hosts plugged into one of the switches stopped working, the hosts are not getting an IP address (this is access layer so PC