Cant send a file in Numbers through AOL or Yahoo

im trying to email a file that i have in numbers but it wont even let me click on the file when i go to attach it. what can i do, i need to send it tonight. the file was originally created in excel on a PC but i had no problem opening it in numbers. now when i am trying to email it it wont open. also, to be sure it wasnt just the file or AOL, i tried to send it in yahoo and that didnt work either. i also created another numbers document from scratch on my mac and that wont open either.
help please!!

Numbers' files are actually folders called "packages." You need to zip (archive/compress) the "file" first then e-mail. The recipient must have Numbers to view the file.
Regards,

Similar Messages

  • How to send zip file as attachment through email

    Hi All,
    I am having a requirement that I need to download the internal table data into .txt file and I need to zip the text file. And this zip files needs to send to the customer through email.
    I am able download the data into .txt and able to zip the file. But I am not able send the .zip file through email.
    I know that we can send .xls, .txt, .csv and also .ppt, .doc file types we can send as an attachement through abap program. But I don't know about .zip files. Is there any possibilty to send .zip file as an attachment thorugh email.
    Can any one help me how to send a .zip file thorugh email as an attachment. 
    Regards,
    vinod

    hi Vinod,
    Can you please tell me how you have zipped the file.
    I am having a text file in application server. I need to zip that file. Then the middleware moves it to Legacy system.
    I used the following code. With this I am having the data in Binary format which my midleware cannot understand.
    What I need on the whole is just to reduce the size of the file.
    form ZIP_FILE .
    DATA: lt_data TYPE TABLE OF x255,
          lt_textdata TYPE TABLE OF x255.
    DATA: ls_data LIKE LINE OF lt_data.
    DATA: lv_dsn1(100) VALUE '/ECD/120/GIS/FTP/IB/DNBPAYDEX.TXT'.
    DATA: lv_dsn3(100) VALUE '/ECD/120/GIS/FTP/IB/DNBPAYDEXZIP.zip'.
    *DATA: lv_dsn3(100) VALUE '/interfaces/SM5/test.zip'. " Contains sample1.xls and sample2.xls
    DATA: lv_file_length TYPE i.
    DATA: lv_content TYPE xstring.
    DATA: lo_zip TYPE REF TO cl_abap_zip.
    CREATE OBJECT lo_zip.
    Read the data as a string
    clear lv_content .
    OPEN DATASET lv_dsn1 FOR INPUT IN BINARY MODE.
    READ DATASET lv_dsn1 INTO lv_content .
    CLOSE DATASET lv_dsn1.
    lo_zip->add( name = 'sample.TXT' content = lv_content ).
    lv_content = lo_zip->save( ).
    *clear lv_content .
    Conver the xstring content to binary
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
    EXPORTING
    buffer = lv_content
    IMPORTING
    output_length = lv_file_length
    TABLES
    binary_tab = lt_data.
    OPEN DATASET lv_dsn3 FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT lt_textdata INTO ls_data.
    TRANSFER ls_data TO lv_dsn3.
    ENDLOOP.
    CLOSE DATASET lv_dsn3.
    IF sy-subrc EQ '0'.
        MESSAGE s999(zfi_ap_gl) WITH text-t10.
      ENDIF.
    Can you please help.
    Thanks Aravind

  • Send pdf file to workflow through web dynpro.

    Hi All,
    I have a web dynpro component, with this component i am raising a request, which will go to multiple level of approvals(for this triggering workflow from web dynpro).
    Now i want to send a pdf file as an attachment to approvers work items.
    For this i have used File Upload UI element, and i have binded data property of this upload UI element with an attribute of type Xstring.
    Now can you please help me to send this file to workflow.
    I am able to send a pdf file as an attachment through executable report (SE38), but same functionality is not working from web dynpro.
    Code used in executable report is as below:
    DATA: t_data_tab TYPE TABLE OF x255,
    bin_size TYPE i,
    buffer_x TYPE xstring,
    buffer_zip TYPE xstring,
    filename TYPE string VALUE 'C:\Documents and Settings\My Documents\Downloads\IT.pdf'.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename                      = filename
    filetype                      = 'BIN'
    IMPORTING
    filelength                    = bin_size
      HEADER                        =
    TABLES
    data_tab                      = t_data_tab.
    **get xstring
    CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
      EXPORTING
        input_length = bin_size
      IMPORTING
        buffer       = buffer_x
      TABLES
        binary_tab   = t_data_tab.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ZSWR_ATT_HEADER-FILE_TYPE = 'B'.
    ZSWR_ATT_HEADER-FILE_NAME = 'FORM-407'.
    ZSWR_ATT_HEADER-FILE_EXTENSION = 'PDF'.
    ZSWR_ATT_HEADER-LANGUAGE = 'EN'.
    WORKITEMID = '000000401208'.
    CALL FUNCTION 'SAP_WAPI_ATTACHMENT_ADD'
      EXPORTING
        WORKITEM_ID          = WORKITEMID
        ATT_HEADER           = ZSWR_ATT_HEADER
      ATT_TXT              =
        ATT_BIN              = buffer_x
       DOCUMENT_OWNER       = SY-UNAME
       LANGUAGE             = SY-LANGU
       DO_COMMIT            = 'X'
    IMPORTING
      RETURN_CODE          =
       ATT_ID               = ZSWR_ATT_ID
    TABLES
      MESSAGE_LINES        = SWR_MESSAG
    *MESSAGE_STRUCT       =
    if sy-subrc = 0.
    else.
    endif.
    But function "GUI_UPLOAD" is not working in web dynpro.
    Regards,
    Amar

    HI,
    Try out this code :
    FileInputStream is = new FileInputStream(file);
          long length = file.length();
          byte[] bytes = new byte[(int)length];
          long bytesRead = is.read(bytes);
          if (bytesRead < length)
           throw new IOException("Could not completely read file "+file.getName());
          is.close();
    element.setDocumentContent(bytes);
    Create a context attribute of binary type and assign the read data to it and bind the dataSource property of your File Upload and Download properties to this context Attribute.
    Regards
    Sid

  • I cant send pdf file to email

    Hi '
    I have a acrobat pro 9 and when i tray to send the file to email i get that i dont have an email defualt set .
    I have set the outlook as the defualt program and still get the same message .
    what can i do ?

    The problem may be related to the OS you have, the mail client being used, or whether mapi is properly activated on a Windows machine.

  • I cannot send mp4 files (1-3mb) through gmail. i can with chrome. why?

    I cannot send any video files (mp4) even though they are small in size (1-4mb). I try to send them through my gmail account.
    In the past i could, and there was no problem. The problem is recent.
    Any help, any ideas to solve this?
    Thanks
    George S.

    Try uploading when in Firefox Safe Mode to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause. You can try disabling hardware acceleration as well to see if that might be causing it - though I would be surprised if that would affect this.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Cant open Indesign files unless opening through Bridge

    We have just upgraded our PCs to CS5 & cannot open InDesign files unless we open them through Bridge, we have tried open with but this doesnt seem to work. Any suggestions? Illustrator & Photoshop are fine.

    Sounds like an issue where either the folder you opened the last file from conventionally is no longer available or you do not have sufficient permissions to access it. The info on the last used folders/ files is retained by the programs and if something goes astray, that can cause this behavior. In any case, trashing the prefs to get rid of the wrongly stored paths might be enough, so try that. Simply move the files in C:\Users\[Your Name]\AppData\Roaming\Adobe\InDesign\Version 7.0\en_US out of the way and let the program create new factory defaults.
    Mylenium

  • I cant send messages to some numbers

    Hi there,
    I'm sorry if this is in the wrong topic thread,can anyone help please. I recently got an Iphone4s. It will not let me text certain numbers. I can receive messages from them and make calls to them. When I reply to their SMS I get Not delivered alert on my phone. I have tried deleting them as contacts and adding their numbers again. I have restored phone setting but no joy. I sent a message to one number fine earlier and just tried to send them another and got a not delivered alert. It is only some numbers not all that I am having this problem with. It makes no difference if I select the number from contacts or if I input number manually.
    I have also checked softwear updates and it is up to date.
    Thanks

    Hi there,
    I'm sorry if this is in the wrong topic thread,can anyone help please. I recently got an Iphone4s. It will not let me text certain numbers. I can receive messages from them and make calls to them. When I reply to their SMS I get Not delivered alert on my phone. I have tried deleting them as contacts and adding their numbers again. I have restored phone setting but no joy. I sent a message to one number fine earlier and just tried to send them another and got a not delivered alert. It is only some numbers not all that I am having this problem with. It makes no difference if I select the number from contacts or if I input number manually.
    I have also checked softwear updates and it is up to date.
    Thanks

  • I cant send my files as a pdf

    Hi using mountain lion and mail I can no longer send my documents as a pdf. Normaly I would click, share as pdf but this doesnt work. There is no error window it just does nothing! Suggestions please!!

    smith600 wrote:
    Hi using mountain lion and mail I can no longer send my documents as a pdf.
    Sorry, my mistake, but the way the question was worded sounded like you couln't send a PDF via Mail.
    What Application are you using to share the PDF from.

  • AOL mail doesn't send .doc-files with Firefox

    When using Firefox AOL Mail doesn't send .doc-files. Instead a corrupted file with a different size is sent. Any other file type works aswell as sending .doc-files with other browsers works...

    I'm getting a similar problem. Snow Leopard Mail for me seems to be choking on large attachments - sending them, forwarding them, or even moving them from one IMAP folder to another.
    My mails are getting through, but it takes a long time and they are dragging the whole system to a crawl in the process.

  • Cant send files/ pictures

    I just started college, and now i cant usually send files or pictures through ichat. Occasionally it will let me send something but it will go extremely slow, or get an error. i can recieve files fine. any ideas?

    Hi WOGE,
    At first glance I would have asked if you have the 5190 port open to both UDP and TCP protocols. But this would have made more problems for incoming files.
    My second thought was that the College may have some Virus checking software on their connecting server. But again I would have thought this would have effected incoming stuff more.
    This make me wonder about full caches.
    I would run a Utility to runthe Cron scripts and clear caches as list in the <a href="http://discussions.info.apple.com/webx?50@@.6890d19d"Routine Maintenance Tasks</a> of this FAQ (MacJanitor or Cocktail or Using Terminal to Force them to run)
    Ralph

  • I can't get my music to play in my itunes. It comes with a exclamation mark next to the song numbers and says that the original songs can't be played cause cant find the file. How do I get the songs back? (I found the files)

    I can't get my music to play in my itunes. It comes with a exclamation mark next to the song numbers and says that the original songs can't be played cause cant find the file. How do I get the songs back? (I found the files

    You get exclamation marks or dead tracks because  iTunes can’t find the file. This can happen for a number of reasons:
    The song file or a folder in its path was renamed
    The song file or the folder it is in has been moved
    The song file has been deleted
    The device containing the song files e.g. external drive is not accessible or the drive letter has changed.
    If you use an external drive, a change in drive letter is a common cause and you need to change it back.
    AS a way of working out what has happened, right click on a track and select the summary tab (you will have to go past an error message). The summary tab will tell you where iTunes thinks the track is located. How does that compare with where the track actually is?
    The xml library file is not used by iTunes, it is created to allow other programs to access the library. You can recreate the iTl file from the xml file, but there is no point if the location of the files is wrong.
    There is a simple way of getting you music back in iTunes, but it loses all playlists counts and rating. To do this drag iTunes library.itl and iTunes Library.xml to your desktop. Then open iTunes and an empty library is created. Add you iTunes Media folder to it.
    If you can't work out what went wrong and how to fix it, you may have to do this.

  • How to send files between computers through 8080 port?

    I'm programming an application in JAVA and I need to send one file from my computer (in which I am) to another remote computer through port 8080 (I can configure and install what I want in this remote computer if needed).
    I'm thinking about using servlets and JSP but I don't know if this is the better solution and I don't know how to do it.
    I guess I could install a web server (tomcat) in the remote computer and make a servlet and a JSP (with a formulary to select a file). Then from my computer I could connect to the remote website and select a file, then make a submit, the servlet would proccess the request and it'd upload the file from my computer to remote computer (in which web server is hosted). The problem is that I don't know how the servlet can get the file from my computer and upload it to the remote computer.
    The idea is similar to email at Hotmail,Yahoo... when you select a file as and attachment and then it's uploaded to the server.
    Well, it seems complicated and I don't know if it's the best way to do it. But the most important it's that I can only use port 8080 (due to an intermediate proxy (in my computer side) that I can't configure).
    Please, help, it's very urgent.

    I have a simple servlet class that should get you started.
    http://www.discoverteenergy.com/files/UploadServlet.java
    Here is the MultipartRequest class
    http://www.discoverteenergy.com/files/MultipartRequest.java
    (which was given to me by somebody and is similiar the one from oreilly that a lot of people use: http://www.servlets.com/cos/index.html
    The servlet will show you how to invoke the multipart request. Its one line really:
    MultipartRequest multi = new MultipartRequest(req, uploadDirectory, maxFileSize);
    Hope this helps.

  • How to send image file through mail without   any attachment

    Plz tell  me how to send image file through mail without any attachment  ( i mean not converting  that image into pdf or any format )  i want to send that text or image  through mail .

    Hi Sandeep,
    I think you can setup the type of email in Shared office Settings in transaction S016.
    There is an option called <Preset document classes>
    You choose this pushbutton to branch to the maintenance screen for the document classes that are directly displayed to users in the Business Workplace for selection when they use the Create function. The name under which the documents are displayed can also be maintained.
    http://help.sap.com/saphelp_nw70/helpdata/en/6c/69c30f418d11d1896e0000e8322d00/content.htm
    Haven't tried it though.
    Regards,
    Siddhesh

  • How to transfer input file into XI through sender file adapter

    Hi
    I am quite new to XI. Want to know how I can transfer a file into XI through sender file adapter. I dont have any input file, so I have to create a sample input file and I want to transfer that into XI. Can you please advise me of the steps involved in that. I have finished work in design and directory, now I want to push file the sample file into XI. The receiver adapter is an IDoc adapter. And also a very trivial question. How I can place my sample file into my source directory. Thanks

    Hi Rajiv,
    If your transport protocol is NFS then you need to put the file in the XI server. Because it becomes the Network File System. For that you can just type the ip address of the XI server in the "run" command or in the browser with "
    " then in any of the Folders you can paste your file. But ensure that this is the path you give in your Sender File Adapter.
    If your transport protocol is FTP then you need to see that ftp is running in your system. for that go to Control Panel>Add/Remove Programs>Add/Remove Components. In that check the IIS server and go to details and see that ftp is also checked. Now ftp is running in your system.
    Now open your C:> drive >InetPub>ftproot . and create a folder here and paste your file. In the configuration of your File sender adapter just mention the name of the folder.
    For your information, you can create a file with xml tags and namespace and message type manually (or) you can directly get it from the test tab of message mapping and generate source code.

  • THROUGH HTTP CAN WE SEND FLAT FILE IN  PI7.3?

    Hi Experts,
    We have an requirement that Through HTTP can we send flat file in PI7.3.(For EX:source side HTTP and Target side is IDOC or PROXY)
    Can any one please suggest me how can I proceed for that?
    Please let me know if there is any Documents or Blogs are there related to above requirement...
    Thanks,
    Shaik

    Hi Shaik,
    You can try following approach might help.
    Tell the sender system to use post method for HTTP connection. In post method the particular application will hit to a URL and data will be passed. Source system should pass the data same as that of Text file. Use following link which will help you to convert the data sent as text into XML. Further you can use this XML to convert further into IDOC or proxy.
    Adapter User-Module for HTTP Adapter?

Maybe you are looking for