Wiki Server uploading HTML file + related archives

Hello,
I am using Wiki Server to store content of our Lego Robotics training center oriented to childs. We use Lego Digital Designer (LDD) to create Lego models. LDD creates a kind of assembly instrucctions manual in HTML format. This file gets images from a folder created at the same time of the .html file by LDD. My intention is to upload the whole thing (html + archives) to the Wiki in order to properly organize the content to be used by the students.
I do not have HTML knowledge and have been struggling with all that for a while and can't find a way. Is it possible? if positive (I hope...) how?
Thanks!
Rafael

Hi,
Try downloading the file from application server using the transaction CG3Y, while saving the file, save as HTML file.
Still if you find the formatting error, then open the view -> source code of the HTML page, and adjust the space, line space, alignment etc if any, will resolve your issue.
Regards,
Santhosh.

Similar Messages

  • How to upload html file document with his.files

    i can upload only one file and i can't upload html file with his images or some more pages
    index.html
    chapter1.html
    chapterN.html
    I see this problem so: upload zip file and extract to os(i use linux) and saved link to his index.html.
    IS IT POSSIBLE.
    Thanks.
    Sorry for my english.

    The simplest way to handle this would be to Upload the  page and files to a  remote server space and send your email buddies a link to the site.   Barring that....
    How to Code HTML Emails
    http://www.sitepoint.com/article/code-html-email-newsletters/
    Use  inline CSS styles for fonts and background colors.  Use Tables to hold your  page elements.  Use absolute URLs to images hosted on your web server because attached images may not get through. Give  people who can't see your HTML page in their email client a link to the HTML  page on your web server.
    Download some HTML Email Templates from the links below  to help you get started.
    Mail Chimp
    http://www.mailchimp.com/resources/html_email_templates/
    Constant  Contact
    http://www.constantcontact.com/email-marketing/html-email-templates/index.jsp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Powershell, design manager, uploading html file not creating associated master page file

    I am uploading a xyz.html file through powershell for 2 site collections, when .html file is uploaded and published it automatically creates xyz.master file. It is working fine for not publishing sites collection only, for publishing site collection .html file
    is uploaded successfully but it is not creating associated .master file. If I close powershell console and run again it works successfully.
    another interesting thing I noticed that if I specify "spadmin" account which I used to install sharepoint as  site collection primary administrator, all works well, currently I am using "spsiteCollection" account for primary site collection
    administrator and I am having above mentioned issue.
    powershell script is also running with spadmin account.
    I have ensured .html is checked in and publish properly, If I manually unpublish and publish .html file it creates .mater file. What could be the issue?

    Hi,
    According to your post, my understanding is that you have an issue about upload html file to master page gallery.
    I have used the PowerShell contains in the codeplex to upload the files to master page gallery, it works without any issue.
    https://uploadmasterpages.codeplex.com/
    You can check your PowerShell with this article, or use this bat file to upload directly to check whether it works.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • How to upload html file to email

    Hi,
    I have absolutely no html background but was able to come up with a single page layout with graphics, texts and links with the help of online tutorials using Adobe Go Live which I can open the file now in Dreamweaver.
    My goal is not to come up with a webpage in cyberspace but to create an html file with images and links to specific websites that can be emailed to people. The file must be part of the email body that people can readily view the images, texts and click the links right away and not to be as an attachment.
    Would appreciate it very much if someone can help me out.
    Thanks.
    Newbie

    The simplest way to handle this would be to Upload the  page and files to a  remote server space and send your email buddies a link to the site.   Barring that....
    How to Code HTML Emails
    http://www.sitepoint.com/article/code-html-email-newsletters/
    Use  inline CSS styles for fonts and background colors.  Use Tables to hold your  page elements.  Use absolute URLs to images hosted on your web server because attached images may not get through. Give  people who can't see your HTML page in their email client a link to the HTML  page on your web server.
    Download some HTML Email Templates from the links below  to help you get started.
    Mail Chimp
    http://www.mailchimp.com/resources/html_email_templates/
    Constant  Contact
    http://www.constantcontact.com/email-marketing/html-email-templates/index.jsp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to upload html files using Weblogic Bulkloader

    I hav uploaded image files using bulkloader.
    however with html files am facing a prob.
    only the file structure gets created but there is no html file present inside.
    in
    Filename.html.md.properties i agv the followin
    nodeType=html
    lifecyclestatus=2
    File=C:\ContentRepository\a.html
    encoding=UTF-8
    charset=us-ascii
    mimeType = text/html
    shud i add some more properties...

    You have to do this your self by either (as vinod said) using a different component (not present in adf) or implementing this:
    1) allow the user to select multiple filenames (somehow)
    2) zip them together
    3) upload the zip
    4) unpack the zip on the server
    5) work with the files
    Timo

  • Uploading html files with .swf files in them

    I created a website and published it in Flash. I then used
    Dreamweaver to create the HTML file that I would upload to my
    server. But, when I go to my site, the .swf file does not load.
    Both the HTML file and the .swf file were uploaded using an
    FTP client, so I don't know why it's not showing up.

    Don't know if this will fix it for you but when we went
    through this we had to tell the server to allow .fla, .swf and .flv
    files. Until we did this it didn't show the flash part of the
    website.

  • Upload html files

    Hello Team,
    I followed the instructions in the how-to section to create a form to be able to upload and download files.
    It works very good. However, it does not work for html files.
    I have done that before using PL/SQL outside HTMLDB and I remember that this involved the creation of a table: ****PORTAL_CONTENTSPART which is equivalent in structure to the table WWV_FLOW_FILE_OBJECTS$PART.
    So now how this table can be used to store HTML contents.
    Thank you and appreciate your help in advance.

    This is a modfied version of the code I used on AskTom.oracle.com. Should do the trick.
    Create this table, it is pretty much a copy of wwv_flow_files
    create table  uploaded_files
       (id                  number not null enable,
         name                varchar2(90),
         pathid              number,
         filename            varchar2(400),
         title               varchar2(255),
         mime_type           varchar2(48),
         doc_size            number,
         dad_charset         varchar2(128),
         created_on          date,
         last_updated        date,
         content_type        varchar2(128),
         blob_content        blob,
         description         varchar2(4000),
         file_type           varchar2(255),
         file_charset        varchar2(128),
          constraint uploaded_files_pk primary key (id) enable
    create index uploaded_files_idx1 on uploaded_files(filename)
    This is the proecure used to download the files
    create or replace procedure  download_file (p_file in number)
    as
        v_mime varchar2(48);
        v_length number;
        v_file_name varchar2(2000);
        lob_loc blob;
    begin
        select mime_type, blob_content,filename,dbms_lob.getlength(blob_content)
          into v_mime,lob_loc,v_file_name,v_length
          from uploaded_files
         where id = p_file;
        owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
        htp.p('Content-length: ' || v_length);
        -- 11/29/04 - Tyler just added this if statement to fix the download of html files
        if v_mime != 'text/html' then
            -- the filename will be used by the browser if the users does a save as
            htp.p('Content-Disposition: attachment; filename=' || v_file_name || '');
        end if;
        owa_util.http_header_close;
        wpg_docload.download_file( Lob_loc );
    end download_file;
    Grant execute on this file to public since the DAD connects as HTMLDB_PUBLIC_USER. You could just grant execute on it to that user if you like.
    grant execute on download_file to public;
    This is the process used to UPLOAD files. Assume it is on page 2 and you have 2 items: P2_FILE of type "File Browse" and P2_DESCRIPTION of type "Text Area".
    declare
        l_id    number;
    begin
        -- After file upload, HTML DB sets the value of the
        -- file upload item to the "name" of the file uploaded.
        -- We'll use that to get the primary key of the file.
        select id
          into l_id
          from wwv_flow_files
         where name = :P2_FILE;
        -- Copy the new row from wwv_flow_files into our own table (uploaded files)
        insert into uploaded_files(
               id,
               NAME,
               FILENAME,
               TITLE,
               MIME_TYPE,
               DOC_SIZE,
               DAD_CHARSET,
               CREATED_ON,
               LAST_UPDATED,
               CONTENT_TYPE,
               BLOB_CONTENT,
               DESCRIPTION,
               FILE_TYPE,
               FILE_CHARSET)
        select id,
               NAME,
               FILENAME,
               TITLE,
               MIME_TYPE,
               DOC_SIZE,
               DAD_CHARSET,
               CREATED_ON,
               LAST_UPDATED,
               CONTENT_TYPE,
               BLOB_CONTENT,
               DESCRIPTION,
               FILE_TYPE,
               FILE_CHARSET
          from wwv_flow_files
         where name = :P2_FILE;
        -- Set the description = to the description from the item on our page.
        -- You could do this in the insert, but I broke it out to make it more
        -- readable.
        update uploaded_files set description = :P2_DESCRIPTION where id = l_id;
        -- Delete the new file from wwv_flow_files since we now have it in our
        -- own table
        delete from wwv_flow_files where id = l_id;
    end;
    This is the report used to display your files. I would put it on a different page than the upload page.
    select ''||filename||'' link1,
           description,
           case when doc_size < 102.4
                  then round(doc_size,1)||'b'
                when doc_size < 1048576
                  then round((doc_size/1024),1)||'kb'
                else round((doc_size/1024/1024),1)||'mb'
           end the_size,
           mime_type,
           created_on
      from uploaded_files fHope this helps,
    Tyler

  • How to display HTML file from Unix server on UI at runtime

    Hi Experts,
    My requirement is to display  HTML files,  related to some particular person, on UI. The file is existing on a separate UNIX server and a file related to one person may have a lot of attached files as well , as is the case generally with HTML files, including pictures etc. So it is no use transferring file on my CRM system, as the files are kept separately on this UNIX server which is particularly for this kind of storage.
    I am able to show files residing on MIME repository ( I created some new HTML files )  of my CRM system on UI. but I don't know how to go ahead with this particular requirement.
    One idea is that I can map one folder of my application server to that unix server so that I can see the HTML files in this particular folder. but I don't know how to map MIME repository folder to application server directory or directly to the UNIX server .
    Please advise. Is my approach correct or is there any other way ?
    thanks in advance.
    Regards,
    Vikas

    Maybe this is too simple, but have you got an HTTP server on the UNIX machine? You could simply link the URL into you CRM application and display the contents directly from UNIX.
    cheers Carsten

  • Error Encountered while uploading HTML, PDF files via WEBUI and IFS API

    Hello:
    We have suddenly run into problems while using IFS to upload files. We cannot seem to upload html and pdf files using either the WEBUI or Oracle's IFS API. However we are able to add .gif, jpeg files both via the WEBUI and Oracles IFS API's
    This is the error we get while trying to upload .html files via the WEBUI
    IFS-30002: Unable to create new Library Object.
    This is the stack trace we get when we try creating content objects via IFS API's. We can't seem to understand why something that used to work has suddenly quit working.
    Does this have anything to do with running out of space requirements in the table spaces?
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject oracle.ifs.common.IfsException: IFS-32251: SQL Error inserting index entry into ODMZ_CONTEXT_ROUTER java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-01410: invalid ROWID
    ORA-01410: invalid ROWID
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1846)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
    at oracle.ifs.server.S_LibrarySession.execute(S_LibrarySession.java:14319)
    at oracle.ifs.server.S_Media.insertIntoContextRouter(S_Media.java:2473)
    at oracle.ifs.server.S_Media.postSetContent(S_Media.java:2440)
    at oracle.ifs.server.S_Media.setContent(S_Media.java:1699)
    at oracle.ifs.server.S_ContentObject.setContent(S_ContentObject.java:399)
    at oracle.ifs.server.S_ContentObject.extendedPreInsert(S_ContentObject.java:236)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.createSystemObjectInstance(S_LibrarySession.java:8128)
    at oracle.ifs.server.S_Document.setContentObject(S_Document.java:475)
    at oracle.ifs.server.S_Document.extendedPreInsert(S_Document.java:313)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:7922)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7963)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7945)
    at oracle.ifs.server.S_LibrarySession.DMNewPublicObject(S_LibrarySession.java:7604)
    at oracle.ifs.beans.LibrarySession.DMNewPublicObject(LibrarySession.java:7898)
    at oracle.ifs.beans.LibrarySession.NewPublicObject(LibrarySession.java:5342)
    at oracle.ifs.beans.LibrarySession.createPublicObject(LibrarySession.java:2969)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocumentDefinition(IfsDocumentUtility.java:238)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createHTML(IfsDocumentUtility.java:133)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocument(IfsDocumentUtility.java:89)
    at ORG.oclc.da.chs.userinterface.CHSProcessListener.download(CHSProcessListener.java:1043)
    at ORG.oclc.da.chs.core.Spider.download(Spider.java:605)
    at ORG.oclc.da.chs.core.CHSTest_raj.main(CHSTest_raj.java:145)
    Any help on this front is appreciated.
    thanks
    Mathangi

    try this code, it works fine for me:
    <%@ page import="java.io.*"%>
    <%
         String name = "C:/temp/EURO_Weekly_wk01-10-26.pdf";
         try
         InputStream in = new FileInputStream(name);
         int n = 0;
              //read the file from the input stream to the byte buffer
         out.clear();
         response.setContentType("application/pdf");
         while( (n=in.read()) != -1)
                   out.write (n);
         out.close();
         catch (IOException ioe) {
                   out.println ("io error: " + ioe.getMessage());
                   return;
    %>

  • Html file throw protal

    hi all.
    i have a little problem:
    i upload html file in portal and it is look like this
    http://your:port/pls/mydocs/mydocs.content_pkg.download?p_file=F920058486/index.shtml
    if i clicked on inside ref i see eror
    The requested URL /pls/mydocs/index.shtml was not found on this server.
    i know why:
    inside refs in this file look like this
    http://your:port/pls/mydocs/index.shtml#1
    http://your:port/pls/mydocs/index.shtml#2...
    but inside refs should be
    http://your:port/pls/mydocs/mydocs.content_pkg.download?p_file=F920058486/index.shtml#1
    i don't know how to do it.
    thanks

    Jason
    If you need to use xmodem then there is probably more to this situation than you have told us so far. Knowing more of the background might help us to give you better advice.
    I doubt that you will be able to successfully use xmodem to copy files which would support HTML and the Web Console. If you are using xmodem then you are almost certainly copying a bin file. If that copy is successful it should allow you to use the command line for access. And through the archive command you can copy the tar file and install the HTML files to use the Web Console.
    HTH
    Rick

  • URGENT: Is it possible to upload multiple files using STRUTS

    Hi,
    Is it possible to upload multiple files using STRUTS.
    I am able to upload a single file. But how do i upload multiple files ??
    upload.jsp
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html>
    <head>
    <title>New Page 1</title>
    </head>
    <body>
    <html:form action="/secure/uploadFile.do" enctype="multipart/form-data" method="POST" type="com.smartstream.webconnect.user.actions.UploadActionForm">
    <p>File to upload
    <html:file property="fileUpload" size="20"/></p>
    <p><html:submit/></p>
    </html:form>
    </body>
    </html:html>
    UploadAction.java
    public class UploadAction extends BaseAction {
        Logger log = Logger.getLogger(AttachMessageAction.class);
        public ActionForward executeAction(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws ActionException {
            System.out.println("executeAction of UploadAction");
            UploadActionForm uploadActionForm = (UploadActionForm) form;
            int fileSize = uploadActionForm.getFileUpload().getFileSize();
            System.out.println("uploadActionForm.getFileUpload().getFileSize() = " + uploadActionForm.getFileUpload().getFileSize());
            byte buffer[] = new byte[1024];
            try {
                BufferedInputStream bufferedInputStream = new BufferedInputStream(uploadActionForm.getFileUpload().getInputStream());
                FileOutputStream fos = new FileOutputStream("s:\\uploaded\\" + uploadActionForm.getFileUpload().getFileName());
                int read;
                while ( (read = bufferedInputStream.read(buffer,0,buffer.length)) != -1) {
                    fos.write(buffer, 0, read);
                fos.flush();
                fos.close();
                bufferedInputStream.close();
                return mapping.findForward("success");
            } catch (IOException e) {
                e.printStackTrace();
                return mapping.findForward("error");
            }catch(OutOfMemoryError o){
                o.printStackTrace();
                System.out.println("o.getMessage() " + o.getMessage());
                return mapping.findForward("error");
    UploadActionForm.java
    public class UploadActionForm extends ActionForm{
        private FormFile fileUpload;
        private byte[] fileContent;
        public FormFile getFileUpload() {
            org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0;
            return fileUpload;
        public byte[] getFileContent() {
            return fileContent;
        public void setFileUpload(FormFile fileUpload) {
            this.fileUpload = fileUpload;
        public void setFileContent(byte[] fileContent) {
            this.fileContent = fileContent;
    }--Bhupendra Mahajan

    Yes, you could try using the multipart handler...
    But I have a better idea...
    Determine the maximum number of file uploads that the
    user can do at one time. I mean, you can't
    realistically have the user upload a million files at
    one time. So say the max is 20. So you create your
    action form class with 20 FormFile fields called file1
    to file20.
    Then when you dynamically create your page, you
    dynamically create the specified number of file fields
    and 1 hidden field called "totalFiles" which contains
    the number of file fields you created. This should be
    an int field in the form bean.
    Then when you do your action processing, you just loop
    thru the totalFiles... Or well, actually, you may not
    need that at all. You could just check all the
    FormFile fields and whatever ones aren't null contain
    files.But what about UploadActionForm.java[b]
    How do i have exact mapping of the HTML form in this file ??
    --[b]Bhupendra Mahajan

  • 404 file not found ,for servlets in a web app but not for html files

              Hi everybody ,I have this web app on weblogic 7 .The application
              works file with Tomcat 4.0 but on WebLogic server 7,I am getting
              404 not found for all the servlets ,although weblogic is serving
              the html files without any problems
              

    Create a subdirectory called 'classes' and copy your servlet class file
              to the 'classes' dir.
              mydomain/applications/
              DefaultWebApp/
              WEB-INF/classes.
              Modify the web.xml file located in the mydomain/applications/
              DefaultWebApp/
              WEB-INF/ directory
              <web-app>
              <servlet>
              <servlet-name>
              myServlet
              </servlet-name>
              <servlet-class>
              package.name.myServlet
              </servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>
              myServlet
              </servlet-name>
              <url-pattern>
              servlet-url-pattern
              </url-pattern>
              </servlet-mapping>
              </web-app>
              Start the default WebLogic Server.
              Call your servlet from a Web browser with the following URL:
              http://localhost:port/servlet-url-pattern
              servlet-url-pattern is the value of the <url-pattern> element that you
              defined in the web.xml file.
              prakash wrote:
              > Hi everybody ,I have this web app on weblogic 7 .The application
              > works file with Tomcat 4.0 but on WebLogic server 7,I am getting
              > 404 not found for all the servlets ,although weblogic is serving
              > the html files without any problems
              

  • Same html file viewed locally on laptop appears different from same file uploaded to server why?

    I create an html file locally with CSS style sheets, etc. I view it locally and it looks the way it's intended, when I upload it and view it from a domain on a server, same files look bigger. That includes images, fonts, etc. I've even tried to reset firefox to no avail, but since it's the same file, I'm just viewing it locally and online, there should be no reason for such differences. OS is Vista Home Premium, Mozilla Firefox 3.6.13.

    OK, after two days of googling, I think I might have found my own answer. It seems that resetting zoom DOES NOT overide a user's accidental use of <ctrl>- and <ctrl>+, something that developers might want to check into. I REPEATEDLY tried to reset zoom for the page, which did NOTHING. Finally, after stumbling upon http://forum.joomla.org/viewtopic.php?f=428&t=378606 I used <ctrl>- and then reset zoom, and now the page looks the same locally and online. Since <ctrl> is so close to <shift>, ESPECIALLY onlaptops, it's easy to see how someone could accidentally hit <ctrl>- INSTEAD of <shift>- while typing a URL into the browser window, which will cause this little nightmare I faced. So for the Devs, might want to consider programming reset zoom to also cancel out any <ctrl>- <ctrl>+ settings.

  • HTML files uploading to remote server, not reflected on website.

    After minimal adjustments to an HTML file, I upload it to the remote server. The local and remote files reflect this in the "modified" line, both mirroring the same exact time. However, when I go to the actual site, the changes don't appear.
    Now, when I update the html file, say cv.html, it also makes the same changes to 2.html. When I click on the link on the website, it appears at 2.html. Somehow cv.html and 2.html are linked to each other. (I guess to keep the overall web address smaller)?
    I just took on this website to manage and I've already hit a million roadblocks trying to get it started on my end, so anyone that can solve this I would be SO grateful!

    Somehow cv.html and 2.html are linked to each other.
    Could be CV is being pulled into a framed parent page called 2.html.  Or maybe your previous web developer used server-side includes to populate page 2 with content from other site files. It's anybody's guess what may be going on until you provide us with more detailed information. A URL is preferred.  Copy & pasted code is a 2nd option but don't use e-mail, it won't come through to the web forum.
    Nancy O.

  • How can i upload a video file to wiki server through iPad?

    how can i upload a video file to wiki server through iPad?

    You might want to post this in the iPad Forum

Maybe you are looking for

  • Termination workflow -  (WS18900010)

    Hi experts, the functional team were busy with the configuration sap standard workflow for termination forms and processes and setting it up. although the workflow was activated it goes into the following errors. can i get hel for this workflow erors

  • Migrate from a snow leopard to Mountain Lion using a Time machine, is it possible?

    Hi, I currently have a Mac running Snow Leopard and I'm using Time Capsule to store my backup. I'm planning in buying a new iMac as soon as they are available and I would like to know what is the recommended procedure to move over all my stuff (progr

  • Automatically Create Computer Accounts

    Hey Everyone, been searching a bit but I thought I might ask the forums how everyone else has solved this issue. When we bind some MacBook Pros or MacBooks to Open Directory, we would like for it to automatically create computer accounts in Workgroup

  • Ipad v1.0 4.3 charging issue

    After upgrading my Ipad v1.0 to Ios 4.3, I am unable to charge the Ipad to 100%. It's stuck at 59%. Any suggestions?

  • Ipad 2 disabled/cannot connect server or restore?

    ipad 2 - was showing disabled due to entry of passcode; now it is showing the itunes icon with a picture of the power connection. iTunes on the desktop is saying ipad recover mode, restore.  Error message "iPad software update server cannot be contac