Editing blog posts: inserting pictures / attaching files doesn't work

I like the blog-editor in Leopard server. But since a few weeks, it has become impossible to add pictures or to attach files to my posts. Everytime I try to do this I'll get the message:
"The file you selected is too large (maximum file size is %i Bytes)".
No matter how small the file size is, it won't work. Very frustrating.
Any ideas?

Mars,
I had this problem also when I was initially setting up my wiki. There is at least one post on this sub-forum regarding the problem.
Ultimately, I had to edit the server file, /etc/wikid/wikid.conf, every time I restarted the server (though I haven't had the problem lately).
<key>maxAttachmentSize</key>
<integer>52428800</integer>
Those are bytes, so I'm limiting an attachment to 50MB. This should be the default, but for some reason it can get set to zero when you restart the server.
Good luck,
RyanR>

Similar Messages

  • IPhone 5 - Insert picture from email doesn't work, but sending in Photos via email does?

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

  • Post Migration from SP2010 -Attach File Button not working in any list new/edit forms

    Hi,
    We have migrated the SharePoint 2010 farm to Sharepoint 2013 on last saturday and we are noticing an interesting issue after the migration .
    On any custom list on any web application ,When we create a new item,if we click on attach file button in the ribbon,nothing shows up on the screen.
    In the browser Dev Tools its showing an error message as "Cannot read Property style of null".
    This is happening on a javascript (form.debug.js) on line No : 5276
    (document.getElementById("partAttachment")).style.display = "block";
    There is no element rendered in html with id "partAttachment",which is causing this error to happen.
    Solutions tried are
    1) Modified the List Advanced Settings to disable and enable the attachments ,which did not work
    2) Ran the Sharepoint Configuration wizard which did not fix 
    3)Tried reset the site definition for all pages in the site from site settings
    4) Deactivated and activated all the activated features in the site collection
    Its an OOB List New Form,no customizations has been done.
    Similar error occurring with List Edit form as well
     when you click on the List Item in the List default view when you navigate to the list and when you click on attach file,a popup dialog to upload attachments appearing,However its not working when you
    navigate into the list item and tried to upload attachment.
    Please help if any Solutions / thoughts 

    Hi Christopher,
    Thanks for your reply,
    Farm Information
    OS: Windows Server 2008 R2 SP1 Enterprise
    SQL: SQL 2008 R2 SP2 
    SP -SharePoint 2013 with no CU applied
    Method,we used is restored the content DB from SP2010 and attaching to SP2013 SQL Server
    Site Collection is in 15 mode
    It happens on new site collection even though its not migrated site.
    Server is 16GB RAM 8Core Processor
    If we create a new form from designer,attach file link is working
    OOB New form.aspx is having List Form webpart
    Custom New Form.aspx creaed with designer has data form webpart
    if we create a new sharpoint site collection in 2010 mode,its working fine without any issues
    Interestingly,all the javascript files loading were debug.js,Not sure how its loading all debug.js files

  • I can't save pic. from net. "set your download location place as "Pictures"" That button doesn't work, or button for "browse" to send a file.

    With my new browser i can't save pictures from net. I saw a question about changing file location. I can't, coz that button doesn't work. Also if i want to send a file, using mail or something, browser button for searching file doesn't work. Thanks.

    I am using Firefox for several years and never had any problem. Since i update it to the new Firefox, problems start:
    If i am trying to save a picture from ALL internet, it is not working. I am doing in the same way, like always: view image/save image as.... When i click it is not working, and all my screen doing like i make a refresh. I saw something strange files in temp after i am trying to save a picture, files with name like "etilqs" and some other letters after, the files are hidden. When i close firefox, files disappear.
    If i am trying to send an e-mail with some files, button for search files in my pc, is not working, and when i click him, same thing with my screen. It is not about what kind of mail i am using, same problem if i want to attache a file on a site, even if i try to change files location in browser setup, like : options/general/save files to/... and i hit "browse..." button, same problem like i want to attache a file. Even here, if i want to use "ADD IMAGES" option, under is browse button, it is not working, same problem with my screen. Like is angry or something.

  • How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    Help - How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    https://discussions.apple.com/thread/3383532?tstart=0
    Stefan

  • Strange inserts in attachement file

    Hi,
    I am making a program with send an email with attachement file. Everything works well except data in the attachement file.
    Code:
    REPORT  ZTEST.
      DATA: DOCUMENT_DATA   LIKE SODOCCHGI1 OCCURS 5 WITH HEADER LINE.
      DATA: PACKING_LIST    LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
      DATA: RECEIVER        LIKE SOMLRECI1  OCCURS 1 WITH HEADER LINE.
      DATA: CONTENTS_TXT    LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE.
      DATA: CONTENTS_BIN    LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE.
      DATA: LINES           TYPE I.
      DATA: DOC_TYPE        LIKE SOODK-OBJTP VALUE 'txt'.
      DOCUMENT_DATA-OBJ_DESCR  = 'subject'.
      DOCUMENT_DATA-OBJ_NAME   = 'subject'.
      DOCUMENT_DATA-SENSITIVTY = 'P'.
      DOCUMENT_DATA-OBJ_LANGU  = SY-LANGU.
      DOCUMENT_DATA-OBJ_EXPDAT = sy-datum + 31.
      CONTENTS_TXT = 'Hello'.
      APPEND CONTENTS_TXT.
      DESCRIBE TABLE CONTENTS_TXT LINES lines.
      READ TABLE CONTENTS_TXT INDEX lines.
      DOCUMENT_DATA-DOC_SIZE = ( lines - 1 ) * 255 + STRLEN( CONTENTS_TXT ).
      CLEAR PACKING_LIST-TRANSF_BIN.
      PACKING_LIST-HEAD_START = 1.
      PACKING_LIST-HEAD_NUM = 0.
      PACKING_LIST-BODY_START = 1.
      PACKING_LIST-BODY_NUM = lines.
      PACKING_LIST-DOC_TYPE = 'RAW'.
      APPEND PACKING_LIST.
      receiver-rec_type  = 'U'. "Internet address
      receiver-express   = 'X'. "Express
      receiver-receiver  = 'user_email_address'.
      append receiver.
      APPEND 'Hey' TO CONTENTS_BIN.
      APPEND 'How do you do CHRIS?' TO CONTENTS_BIN.
      DESCRIBE TABLE CONTENTS_BIN LINES lines.
    write : / lines.
      PACKING_LIST-TRANSF_BIN = 'X'.
      PACKING_LIST-HEAD_START = 1.
      PACKING_LIST-HEAD_NUM   = 0.
      PACKING_LIST-BODY_START = 1.
      PACKING_LIST-BODY_NUM   = lines.
      PACKING_LIST-DOC_TYPE   = DOC_TYPE.
      PACKING_LIST-OBJ_NAME   = 'Attachment'.
      PACKING_LIST-OBJ_DESCR  = 'Attachment'.
      PACKING_LIST-DOC_SIZE   = ( lines - 1 ) * 255 + STRLEN( CONTENTS_BIN ).
      APPEND PACKING_LIST.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA                    = DOCUMENT_DATA
          SENDER_ADDRESS_TYPE              = 'U'
          COMMIT_WORK                      = 'X'
        TABLES
          PACKING_LIST                     = PACKING_LIST
          CONTENTS_TXT                     = CONTENTS_TXT
          CONTENTS_BIN                     = CONTENTS_BIN
          RECEIVERS                        = RECEIVER
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         OPERATION_NO_AUTHORIZATION       = 4
         OTHERS                           = 99.
    Problem:
    The text in the attachement file should be like
    Hey
    How do you do CHRIS?
    but it appears like
    H e y                                                         H o w    d o   y o u   d o   C H R I S ?        
    I have noticed that if i want to display the first line "Hey", I have to set doc_size to 6.
    I also got the same problem using the code from sap documentation of the function SO_DOCUMENT_SEND_API1.
    Somebody know why it adds too much space in the attachement file ? And why it put the 2 lines on the same line ?
    Thank you.
    Best regards.

    Hi ,
    Code seems good to me... Please try executing it after doing few small changes:
    PACKING_LIST-TRANSF_BIN = 'X'.
    PACKING_LIST-HEAD_START = 1.
    PACKING_LIST-HEAD_NUM = 1.
    PACKING_LIST-BODY_START = 1.
    PACKING_LIST-BODY_NUM = lines.
    PACKING_LIST-DOC_TYPE = DOC_TYPE.
    PACKING_LIST-OBJ_NAME = 'Attachment'.
    PACKING_LIST-OBJ_DESCR = 'Attachment'.
    PACKING_LIST-DOC_SIZE = lines  * 255 .
    APPEND PACKING_LIST.
    I hope this might help you...
    Regards,
    Ashish Arora

  • Read From Binary File doesn´t work on MCB2400 in LV2009 Embedded ARM

    Hello,
    I try to read a Binary File from SD-Card on my MCB2400 Board with LV2009 Embedded for ARM.
    But the output is always 0, if I use my VI on the MCB2400. If use the same VI on the PC it works fine with the same binary file.
    The
    access to the SD-Card on the MCB2400 works in other cases finde, if I
    try to read from a text-file it works without any problems.
    Are thre any constraints for the "Read From Binary File"-Node in Embedded in comparison to the same node on PC ?
      I have noticed that there is also a problem
    with the reading of textfiles. If the sice of the file is about 100Byte
    it doesn´t work anymore, too. I can´t understand it, because I read
    always just one Byte. And even if the implementation in Labview is so
    bad that it allways reads the total file in the ram it sould work. The
    MCB2400 has 32MegaByte RAM, so 100Byte or even a few MegaByte should
    work.
    But this doesn´t seem to be the Problem for the Binary-Problem. Because even a 50byte Binary-File doesn´t work.
    bye & thanks
    amin
    Solved!
    Go to Solution.
    Attachments:
    SD_Card_Read-test.vi ‏12 KB

    Hello,
    thank you for your Help.
    But I just want to read a Binary File, which is build by another program. And this is coded with 8Bit (like a normal Binary File) and not just with 7Bit (ASCII). So the workaround doesn't work in my case.
    I posted the Test-VI in my first post (here once again as picture). And it works fine on the PC, but if I try it on my MCB2400 the "Read Form Binary File" Node doesn't work.
    And it is also possible to open the Bin file with the "Read Text File" Node and see the cryptic content of the Bin-File. So the Problem seems to be in the "Read Form Binary File" Node.
    bye & thanks again
    amin
    Message Edited by aminat on 09-30-2009 03:28 AM

  • JSP referencinc taglib.tld in JAR file doesn't work.

    I have some custom tags which work fine under Weblogic 5.1 when I do a
              normal deployment of files, including the taglib.tld. However, when I
              try to reference the taglib.tld located in a JAR file, then weblogic
              throws an error saying that it cannot resolve into a valid tag library.
              I am only doing this because I am testing the same site agains both
              iPlanet Web Server and Weblogic. iPlanet will only find the taglib.tld
              when it is in a JAR file.
              Can anyone shed some light on referencing the taglib.tld in a JAR file.
              This should work, as it is covered in the JSP 1.1 specification.
              FYI - the jar file is in the same location as the JSP which references
              it. The URI to the JAR file (in the JSP) is from the root of the site.
              Thanks for any help.
              -Scott Edwards
              

    Welcome to the Sun forums.
    Subject: My Applet Jar file doesn't work !! .
    1) Note that one '!' denotes exclamation, whereas 2 or more often denotes a dweeb.
    2) Since you are on your first post, I will point out that applets are an advanced topic, and should not be attempted by newbies.
    3) "doesn't work" is very vague. It is likely to produce a reply like "maybe the applet is lazy - try flogging it".
    Amera wrote:
    ..I have written this java applet :When posting code, code snippets, HTML/XML or input/output, please use the code tags. The code tags help retain the formatting and indentation of the sample. To use the code tags, select the sample and click the CODE button.
    Also note that the most preferred form of code is an SSCCE *(<- link).* In an SSCCE, your would remove all but one button (if the actionPerformed fails with 6 or 7 buttons, trim it down to fail with just one or two.
    i made a jar file :So does the applet work before you make the Jar file? Your post so far suggests the Jar file is the problem.
    i created a file and named it MANIFEST.MF .i wrote inside it :
    Main-Class: test
    Then i placed it in a folder with the test.class .I created jar file using command line.
    I entered the test.class path and then wrote this command :
    jar cvfm myjar.jar MANIFEST.MF *.class
    Then the jar file "myjar.jar" is created .
    it's executed but this function "public void actionPerformed(ActionEvent e) " won't wrok.
    i keep pressing the buttons but nothing is happening !!So you get 'no output in the console & no effect in the applet'?
    What is the URL where I can see your applet failing?
    As an aside, since Sun does not guarantee that applet clients will act on the showDocument command, even if it does not work, it would not be a 'bug'.
    Edited by: AndrewThompson64 on Dec 28, 2009 11:18 AM

  • My  Applet Jar file doesn't work !!

    hello ,
    I have written this java applet :
    import java.awt.*;
    import javax.swing.*;
    import java.applet.Applet;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.net.URL;
    public class test4 extends Applet implements ActionListener{
         private static final long serialVersionUID = 1L;
         private JButton B1 =new JButton("Forward ");
         private JButton B2 =new JButton("Backward");
         private JButton B3 =new JButton("Left");
         private JButton B4 =new JButton("Right");
    private JPanel P1 = new JPanel();
    private JPanel P2 = new JPanel();
    private JPanel P3 = new JPanel();
    private JPanel P4 = new JPanel();
    private JPanel P5 = new JPanel();
    private JPanel P6 = new JPanel();
    private JLabel L3 = new JLabel(" ");
    private JLabel L4 = new JLabel(" ");
    private JLabel L5 = new JLabel(" ");
    private JLabel L6 = new JLabel(" ");
    private JLabel L7 = new JLabel(" ");
    JSplitPane sppSplitPane0 = new JSplitPane( );
         public test4()
              JFrame.setDefaultLookAndFeelDecorated(true);
              sppSplitPane0.setDividerLocation( 250 );
              P3.add(L4);
              P3.add(B1);
              P3.add(L5);
              P5.add(B3);
              P5.add(L3);
              P5.add(B4);
              P4.add(L6);
              P4.add(B2);
    P4.add(L7);
              P1.setLayout(new BorderLayout());
              P1.add("North",P3);
              P1.add("Center",P5);
              P1.add("South",P4);
              P2.setLayout(new BorderLayout());
              P2.add("North" , P1);
              B1.addActionListener(this);
              B2.addActionListener(this);
              B3.addActionListener(this);
              B4.addActionListener(this);
              sppSplitPane0.setLeftComponent(P2);
              sppSplitPane0.setRightComponent(P6);
         public void actionPerformed(ActionEvent e) {
              try {
                   if (e.getSource() == B4) {
              URL myNewURL = new URL("http://amera/cgi-bin/test.cgi?R");
              System.out.println("URL = " + myNewURL);
              getAppletContext().showDocument(myNewURL,"blank");
                   else
                        if (e.getSource() == B3) {
                        URL myNewURL = new URL("http://amera/cgi-bin/test.cgi?L");
                        System.out.println("URL = " + myNewURL);
                        getAppletContext().showDocument(myNewURL,"blank");
                        else
                             if (e.getSource() == B2) {
                             URL myNewURL = new URL("http://amera/cgi-bin/test.cgi?B");
                             System.out.println("URL = " + myNewURL);
                             getAppletContext().showDocument(myNewURL,"blank");
                             else {
                                  URL myNewURL = new URL("http://amera/cgi-bin/test.cgi?F");
                                  System.out.println("URL = " + myNewURL);
                             getAppletContext().showDocument(myNewURL,"blank");
              } catch (Exception err) {
              System.err.println("Error!\n" + err);
              showStatus("Error, look in Java Console for details!");
         public static void main(String[] args) {
              test t=new test();
              JFrame frame =new JFrame();
              frame.add(t.sppSplitPane0);
              frame.setSize(1100,700);
              frame.setVisible(true);
    i made a jar file :
    i created a file and named it MANIFEST.MF .i wrote inside it :
    Main-Class: test
    Then i placed it in a folder with the test.class .I created jar file using command line.
    I entered the test.class path and then wrote this command :
    jar cvfm myjar.jar MANIFEST.MF *.class
    Then the jar file "myjar.jar" is created .
    it's executed but this function "public void actionPerformed(ActionEvent e) " won't wrok.
    i keep pressing the buttons but nothing is happening !!
    please help me .
    Edited by: Amera on Dec 27, 2009 2:51 PM

    Welcome to the Sun forums.
    Subject: My Applet Jar file doesn't work !! .
    1) Note that one '!' denotes exclamation, whereas 2 or more often denotes a dweeb.
    2) Since you are on your first post, I will point out that applets are an advanced topic, and should not be attempted by newbies.
    3) "doesn't work" is very vague. It is likely to produce a reply like "maybe the applet is lazy - try flogging it".
    Amera wrote:
    ..I have written this java applet :When posting code, code snippets, HTML/XML or input/output, please use the code tags. The code tags help retain the formatting and indentation of the sample. To use the code tags, select the sample and click the CODE button.
    Also note that the most preferred form of code is an SSCCE *(<- link).* In an SSCCE, your would remove all but one button (if the actionPerformed fails with 6 or 7 buttons, trim it down to fail with just one or two.
    i made a jar file :So does the applet work before you make the Jar file? Your post so far suggests the Jar file is the problem.
    i created a file and named it MANIFEST.MF .i wrote inside it :
    Main-Class: test
    Then i placed it in a folder with the test.class .I created jar file using command line.
    I entered the test.class path and then wrote this command :
    jar cvfm myjar.jar MANIFEST.MF *.class
    Then the jar file "myjar.jar" is created .
    it's executed but this function "public void actionPerformed(ActionEvent e) " won't wrok.
    i keep pressing the buttons but nothing is happening !!So you get 'no output in the console & no effect in the applet'?
    What is the URL where I can see your applet failing?
    As an aside, since Sun does not guarantee that applet clients will act on the showDocument command, even if it does not work, it would not be a 'bug'.
    Edited by: AndrewThompson64 on Dec 28, 2009 11:18 AM

  • Jar file doesn't work

    I am quite new to java so I hope my question is not stupid.
    I used bluej to realize an application.It works when executing the main method in bluej,but when I create the jar file,it simpy doesn't work.I have included the main class when creating the jar file.When double-clicking on the jar file, it makes the typical error sound of windows,but it doesn't show any message.
    What is the problem?

    Welcome to the Sun forums.
    Subject: My Applet Jar file doesn't work !! .
    1) Note that one '!' denotes exclamation, whereas 2 or more often denotes a dweeb.
    2) Since you are on your first post, I will point out that applets are an advanced topic, and should not be attempted by newbies.
    3) "doesn't work" is very vague. It is likely to produce a reply like "maybe the applet is lazy - try flogging it".
    Amera wrote:
    ..I have written this java applet :When posting code, code snippets, HTML/XML or input/output, please use the code tags. The code tags help retain the formatting and indentation of the sample. To use the code tags, select the sample and click the CODE button.
    Also note that the most preferred form of code is an SSCCE *(<- link).* In an SSCCE, your would remove all but one button (if the actionPerformed fails with 6 or 7 buttons, trim it down to fail with just one or two.
    i made a jar file :So does the applet work before you make the Jar file? Your post so far suggests the Jar file is the problem.
    i created a file and named it MANIFEST.MF .i wrote inside it :
    Main-Class: test
    Then i placed it in a folder with the test.class .I created jar file using command line.
    I entered the test.class path and then wrote this command :
    jar cvfm myjar.jar MANIFEST.MF *.class
    Then the jar file "myjar.jar" is created .
    it's executed but this function "public void actionPerformed(ActionEvent e) " won't wrok.
    i keep pressing the buttons but nothing is happening !!So you get 'no output in the console & no effect in the applet'?
    What is the URL where I can see your applet failing?
    As an aside, since Sun does not guarantee that applet clients will act on the showDocument command, even if it does not work, it would not be a 'bug'.
    Edited by: AndrewThompson64 on Dec 28, 2009 11:18 AM

  • Cropping pictures with Viewer doesn't work.

    Cropping pictures with Viewer doesn't work.
    Selecting < or ~ 12 pictures. (picture size are Snapshots with iphone resolution) ->Viewers opens and display them. -> Russian roullette between cmd+k or the little crop button. No indication which one will process a crop or which not. -> Both result in picture selection disappear with no crop.
    Selecting > 12 pictures. (picture size are Snapshots with iphone resolution) -> Viewer opens and display them. I crop them one by one with same Russian roulllette behavior between cmd+k or the little crop button. -> Closing Viewer. -> Pictures remain like they've been before. Not cropped.

    I just tried what you described (although I can't really fathom why you would describe it as Russian roulette (with a variable number of L's). Unless you've been drinking a lot, which is what people are usually doing when they are playing Russian roulette. Your post was hard enough to decipher without that.
    Anyway, my cropping was saved each time. I think there's something wrong with your Preview.app. Have you changed anything about the autosave functions of OSX?
    I would try:
    Boot into your recovery partition (restart, hold down ⌘R until you see the Apple logo), and use Disk Utility to repair your hard drive. Repair permissions too while you're there. OS X: About OS X Recovery
    if that doesn't help, then I'd reinstall Mavericks over your current installation.

  • CsrAttachmentUploadDiv part attachment is not rendered SP 2013(Attach file in not working for all the list forms)?

    csrAttachmentUploadDiv partattachment  is not rendered SP 2013(Attach file in not working for all the list forms)?
    Ravi
    function ShowPartAttachment() {
    ULSopi:
        if (document.getElementById("part1") == null || typeof document.getElementById("part1") == "undefined") {
            alert(Strings.STS.L_FormMissingPart1_Text);
            return;
        (document.getElementById("part1")).style.display = "none";
        (document.getElementById("partAttachment")).style.display = "block"; //problem here

    Am also facing the similar problem....any iputs are highly appriciated.
    Issue..
    1) Defined the attachment type in IMG.
    2) Added the attachment type "SFREEATTM" by selecting other attributes---> Attachment Types.
    3) Attached the excel file in the design.
    See the screen shot below:
    The Issue is when testing through tcode nwbc in the inbox the attachment tab is not visible after selecting the particular form.
    Please see the screen shot below:
    Did i miss any Configuration?? Please suggest...
    Regards,
    Naveen

  • I have an FF 3.6.10, just reinstalled flash plugin but in gmail the advanced attachment feature doesn't work anyway. what can I do?

    i use FF 3.6.10, just reinstalled it. I have also reinstalled flash plagin. but anyway in gmail the advanced attachment feature doesn't work. what to do?

    Hello & a warm welcome to the forums & Macdom!
    For Lightroom 3...
    http://www.ebay.com/sch/i.html?_nkw=adobe+lightroom+3
    Silly Apple, you can't even buy Lion/10.7 anymore, onlt ML/10.8 after you get SL/10.6!???
    You need to get 10.6 & update to 10.6.8 first to be able to buy it from the App Store & download it.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It's been pulled from the online store, so you have to call Apple to buy it, last I heard, but quick, call before it's gone!
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Examine and repair iphoto library files doesn't work?

    examine and repair iphoto library files doesn't work?

    As a Test:
    In the Source account - create a new library and try share it instead.
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • No thumbnails visible when doing file attach or insert picture from file

    Hi,
    Running OS X 10.4 (Tiger) on a MacBook Pro, I don't see image thumbnails when doing a file attach (or other similar "browse" dialog).
    I do see image thumbnails when changing the desktop background (until I go to Choose Folder) but not when doing tasks like these:
    -- File attach, such as when I'm sending a picture of my kitty cat (using Gmail from either Firefox of Safari).
    -- In Word for Mac: 2004, the Insert Picture dialog (the final dialog box is titles "Choose a Picture").
    -- In Pages '08, the Insert, Choose dialog.
    It there a solution short of firing up VMWare Fusion and doing this from <ack!> Windows?
    I've looked around a fair amount but not found an answer.

    HI Bob,
    In GMail, when you navigate to your images folder, it will be in a Finder window. Make sure your Finder window preferences are set to "Columns". Open a Finder window. In the Toolbar, there is one set with 3 different options... List, Columns, or Icons... choose Columns. When you go to select an image, you should be able to see the thumbnail version in the contextual menu that expands to the right.
    Carolyn

Maybe you are looking for

  • How can I connect my email on mulitple devices

    I have my email (and my kids' email) on my mini mac, my ipad and my iphone.  But they aren't connected.  If I go thru my mail on one device, it's still unread on the others. It accumulates and I have to delete what I don't want three times.  My work

  • Displaying a photo obtained from SAP R/3  in a Web Application Module

    Hi, I am currently developing a Web Application Module (through NWDS) which displays details of employees (name, last name, picture, etc...) obtained from a RFC function module called remotely through SAP JCA connector. I could obtain the picture pas

  • Problems installing iPhoto 9.6 with Yosemite

    I just updated to Yosemite from Maverick. Since then I have problems with IPhoto. When I try to open it I am asked to update to the latest version, apparently 9.6. However I can't download it, the button does not react. Amazing... Anybody any idea?

  • Data Security Questions

    How secure is this service? Is the converted information stored any other place than the destination of which it is saved? Does Adobe store any of the information that is converted to a Word doc or Excel workbook?

  • Rename files

    Hello, I need to change the file name for images I am using in a website I am building with iWeb. The file names for the images cannot include any special characters. I have tried to change the file name as suggested through iPhoto Help. It seems to