Clarification on uploading doc in rooms

Hello all,
I am a SAP newbie.  Just want to know what are the several 'common' ways to upload documents to rooms?
1) room members can create and upload documents to cm repository directly inside rooms
2) a KM administrator create/upload documents directly at the KM content
3) upload documents from the 'My Room' and 'Current Room' entry points.
any other methods?
Charles

You can use 'Portal Drive':
http://help.sap.com/saphelp_nw2004s/helpdata/en/42/e6753939033ee5e10000000a1553f7/frameset.htm
I've used this before to upload lots of documents to collaboration rooms.
-StephenS

Similar Messages

  • Flash 8 file upload .doc & .pdf help, please

    I've been working with the file upload sample that came with
    Flash 8 as well
    as other sources to help me figure this one out... like:
    http://www.flash-db.com/Tutorials/upload/index.php
    Everything I seem to find out about file uploading with Flash
    specifically
    deals with images, but I need to upload .doc & .pdf files
    to attach to an
    email as part of an employment application process for a site
    that is built
    with Flash.
    The back-end script is a simple ColdFusion file that I've
    tested (and works
    fine with a static HTML test page):
    <cffile action="upload"
    destination = "ServerAddressHERE"
    accept = "image/jpg, application/msword, application/pdf"
    fileField = "Form.resumeFile"
    nameConflict = "Overwrite">
    The Flash example script that comes with Flash 8 has been
    modified as
    follows:
    System.security.allowDomain(" FQDN_here");
    import flash.net.FileReference;
    // The listener object listens for FileReference events.
    var listener:Object = new Object();
    // When the user selects a file, the onSelect() method is
    called, and
    // passed a reference to the FileReference object.
    listener.onSelect = function(selectedFile:FileReference):Void
    // Update the TextArea to notify the user that Flash is
    attempting to
    // upload the image.
    statusArea.text += "Attempting to upload " +
    selectedFile.name + "\n";
    // sample code provided by Flash
    selectedFile.upload("
    http://www.helpexamples.com/flash/file_io/uploadFile.php");
    // my modification here (I have tried absolute references as
    well):
    selectedFile.upload("upfile.cfm");
    listener.onOpen = function(selectedFile:FileReference):Void {
    statusArea.text += "Opening " + selectedFile.name + "\n";
    // Once the file has uploaded, the onComplete() method is
    called.
    listener.onComplete =
    function(selectedFile:FileReference):Void {
    // Notify the user that Flash is starting to download the
    image.
    statusArea.text += "Downloading " + selectedFile.name + " to
    player\n";
    // this part is irrelevant to my needs and I've worked with
    and without it
    imagesCb.addItem(selectedFile.name);
    imagesCb.selectedIndex = imagesCb.length - 1;
    downloadImage();
    var imageFile:FileReference = new FileReference();
    imageFile.addListener(listener);
    uploadBtn.addEventListener("click", uploadImage);
    // this part is irrelevant to my needs and I've worked with
    and without it
    imagesCb.addEventListener("change", downloadImage);
    imagePane.addEventListener("complete", imageDownloaded);
    function imageDownloaded(event:Object):Void {
    if(event.total == -1) {
    imagePane.contentPath = "Message";
    // this part is where I added the extensions I need:
    function uploadImage(event:Object):Void {
    imageFile.browse([{description: "Image Files", extension:
    "*.jpg;*.gif;*.png;*.doc;*.pdf,"}]);
    ANY ideas would be sincerely appreciated... even if it's just
    to confirm
    that the Flash file upload process ONLY works with image
    files.... Thank you
    ALL in advance for ANY help I can get. :-)

    Did you ever get your issue with the F12, publish preview,
    not loading your browser? I have just upgraded from MX 2004 to 8
    and now have this issue.
    T Peluso
    [email protected]

  • Uploading doc extention file taxonomy promot is not coming even compilsory field as metadata

    i am trying to Upload doc file with doc extention in a document library which have taxonomy enabled as metadata column it is not giving the promot for selecting the taxonomy either the field of taxonomy is must
    but it is working if the file type is Docx
    can any one help?
    MCTS,ITIL

    Hi,
    According to your post, my understanding is that you had issue about the .doc files with managed metadata column.
    Did you enable the “Add to all content types” when created the managed metadata column?
    You can create a new managed metadata column with “Add to all content types” enable, then check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • RSOD_DOC_TRAN_CHANGE upload docs in Background mode

    Hello, we are trying to use this function in background but it seems that is not possible. (in fact it´s not possible because it´s using the FM gui_upload that only works in dialog mode)
    Our problem is the following:
    We have created documents trought RSA1-Documents. Once we ahave created this documents, 100 for example, we need to do a massive copy with the same documents only changing one property of them. We are able to do it but not in backgroud because at the end the function provided uses the
    function GUI_UPLOAD and it´s not possible to use it in backgroud.
    We are able to dowload the documents to the appl.server but we cannot upload from it using this function ? Is there any other way to do this process in background ?
    Anybody knows other possibilitie ??
    Thanks in advance,
    jcasas

    Hi Jcasas,
    It seems that the system only call FM GUI_UPLOAD when  i_t_file_content_ascii is initial,
    make sure FM RSOD_DOC_TRAN_CHANGE is called with parameter I_T_FILE_CONTENT_ASCII, it should be ok to upload doc in background.
          IF i_t_file_content_binary[] IS INITIAL AND
             i_t_file_content_ascii[]  IS INITIAL.
    *       load file with I_S_CONTENT_INFO-file_name
            DATA l_string TYPE string. l_string = i_s_content_info-file_name.
            DATA l_int    TYPE i.      l_int    = i_s_content_info-file_size.
              CALL FUNCTION 'GUI_UPLOAD'
              EXPORTING
                filename                = l_string
                filetype                = 'BIN'
    Regards,
    Shidong

  • Uploading .doc and .pdf files from iPad

    Is there any such free app in App Store to upload .doc and .pdf files from my iPad mini to Internet?
    I usually upload my Resume on different job portals, but it is not possible from Safari or Chrome browsers on my iPad mini, I have to do it from my PC every time just to upload a single file. Looking for a solution to this reported issue.
    Thank you..

    There is no native ability to upload files other than photos and videos using the built in Safari browser.
    Look into iCab Mobile for file uploads to websites.  Its not free though, and I'm not aware of a free alternative at this point.
    https://itunes.apple.com/en/app/icab-mobile-web-browser/id308111628?mt=8
    You will need to transfer the file to iCab to be able to upload it though.

  • How can upload doc file into database !!

    Dear Everyone,
    How can i upload a doc file into Mysql database ....
    can any one please give ur suggestions...
    i will show u my code
    upload.jsp
    <form name="uploader" action="uploaded.jsp"
    enctype="multipart/form-data">
      <div align="center">
      <table id="table1" border="1" bordercolor="#ff0000"
    cellpadding="0" cellspacing="0" width="50%">
        <tbody bgcolor="#c8d8f8">
          <tr>
            <td bgcolor="#ccccff">
            <p align="center">
               Resume Upload! </p>
            </td>
          </tr>
          <tr>
            <td> 
            <p align="center">You can upload your
    resume.. </p>
            <p align="center">
            <table align="center" border="1"
    cellpadding="10" cellspacing="10">
              <tbody>
                <tr>
                  <td>
                  <p><input name="file" type="file">
                  <input name="uploadButton" value="Upload"
    type="submit"></p>
                  </td>
                </tr>
              </tbody>
            </table>
            </p>
            </td>
          </tr>
        </tbody>
      </table>
      </div>
    </form>
    uploaded.jsp
    <BODY>
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <% 
        String file1=request.getParameter("file");
        int len;
        String query;
        PreparedStatement pstmt;
       int i=0;
        Class.forName("com.mysql.jdbc.Driver");
    DriverManager.getConnection("jdbc:mysql://localhost:3306    Connection conn= /employee","root","");
         try {
                File file = new File(file1);
                   if (file==null)
    %>
    <center>Nothing in It</center>
    <%
                else
                FileInputStream fis = new FileInputStream(file);
                len = (int)file.length();
                query = ("insert into loader(resume) VALUES(?)");
                pstmt = conn.prepareStatement(query);
                pstmt.setString(1,file.getName());
                pstmt.setInt(2, len);
                //method to insert a stream of bytes
                pstmt.setBinaryStream(3, fis, len);
              i=pstmt.executeUpdate();
                   if(pstmt!=null)
                 pstmt.close();
                if(conn!=null)
                 conn.close();
            } catch (Exception e) {
                e.printStackTrace();
                 if(i>0)
                        out.println("uploaded");
                    else
                        out.println("not uploaded")
    %>
    </BODY>

    File file = new File("myDoc.doc");
    FileInputStream fis = new FileInputStream(file);The file name will most likely NOT be hard-coded. I don't think the question surrounding this topic is how to do the insert statement (he/she clearly knows SQL).
    HTTP and the web browser take care of the file transfer, but the server stores the file in a temporary location. The question is, "How do I found out that location?" In PHP (I know that doesn't offer much help to you, but ...), that location is held in a variable called $_FILES. From there you can simply copy the file to a location you specify (probably with a user-specified name under a directory specifically for that user).
    I hope this is of some help:
    http://www.oop-reserch.com/mime_example_4.html
    Good Luck,
    C. R.

  • Error Uploading Doc in KM

    HI
    Iam unbal to uplaod docs in KM using Portal ...The version of Portal which i am using is EP 7 sp 10
    Please suggest some way to rectify this.
    Regards
    Rachana

    Hi Rachana
    You can try this out dunno how much its going to work ...
    <b>refer SAP Note "898637 - Upload to KM does not work".</b>
    open the <b>Config Tool->instance_IDXXXXX</b> node and click on the <b>server_IDXXXXXX node.</b>
    <b>Java settings</b> should be visible where you can add/modify the Java parameters.
    eg-Djava.io.tmpdir=e:\EP_TEMP
    -Dcm.tmpdir=e:\EP_TEMP
    After your changes go on File -> Apply and restart the J2EE Engine
    Please let me know if this does not work out
    Thanx & Regards
    Pankaj Prasoon

  • Error in Uploading doc in KM Portal.

    Hello All,
    My Desire to Upload some 9 PPT's in Portal in the required position that is KM Content - - >root  >  documents  >  Knowledge_Re...  >  Repositories  >  Order To Cash  >  Others  >  Training
    theare i have created One folder and uploaded 9 docs theare now 7 are working fine and two of them are showing this Errror
    404
    The requested resource is not available.
    stack trace
    com.sapportals.wcm.protocol.webdav.server.WDServletException
         at com.sapportals.wcm.protocol.webdav.server.WDObject.throwNotFoundIf(WDObject.java:54)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:109)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:777)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:458)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    What could be the reason?
    Any help will be highly appretiated.
    Thanks and Regards.
    Soni Vinit

    When does this error occurs ? when you try o open the PPT or when you try to upload it ?
    If it is during opening - considering uploading performed well - maybe you can check the name of your document, if they do not contains "." or special characters that may me uncorrectly interpreted.
    Fabien.

  • Upload docs not publishing to site

    hi there,
    I have set up contribute for a website, I myself can add a
    link to a pdf on my machine, and upon publishing, the file will be
    uploaded to the right place and is linked to that published
    version.
    Another user, upon creating a link to a PDF or any file and
    publishing, the file will not be uploaded to the server and the
    link will still point to the File location on their local machine
    e.g ("c:\documents\file.pdf" not "
    http://www.sitename/docs/file.pdf")
    The rest of the page uploads fine, so all content is uploaded
    but the file wont upload, and the link wont work because its
    pointed to his local machine.
    It works on my machine, but not his
    Can anyone help, any assistance will be ever grateful..
    Thanks in advance.
    Alen

    Hi
    One way is setting a region in secondary as 'set replaceable' and geting ssURL from the code and link them in primary page.
    Thanks
    Srinath

  • Taking a long time to upload doc to PDF export

    i have tried several times to upload a doc to PDFexport still waiting after 30min?

    Please try the steps outlined here: http://forums.adobe.com/docs/DOC-1831
    Let us know if the behavior continues.
    -David

  • Upload docs from webcenter spaces

    I have configured webcetner spaces and UCM succesfuly, i can able to list out the all the docs at webcenter spaces screen which are uploaded into ucm.
    but i am not able to upload any docment from webcetner spaces.
    It is giving the followig error
    Unable to upload the document.
    An unknown error occurred in the Oracle Content Server.
    Please help me on this

    here are the UCM_server-diagnostic logs......
    [2011-03-02T14:44:00.632+05:30] [UCM_server1] [ERROR] [UCM-CS-060003] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Itpq6c9CWrHqys7i6G1DRUiV00007W,0] [APP: Oracle Universal Content Management - Content Server] [dcid: 62ea75e77dc6bf7e:1b0c4bf3:12e75609289:-7ffd-00000000000008c7] [arg: 'olduser1'] [arg: 'CIS'] Event generated by user 'olduser1' at host 'CIS'.
    [2011-03-02T14:44:00.632+05:30] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Itpq6c9CWrHqys7i6G1DRUiV00007W,0] [APP: Oracle Universal Content Management - Content Server] [dcid: 62ea75e77dc6bf7e:1b0c4bf3:12e75609289:-7ffd-00000000000008c7] general exception[[
    intradoc.common.ServiceException: !csUnableToCheckIn,(null)!csCheckinIDNotDefined
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.DocServiceHandler.checkOrGenerateDocName(DocServiceHandler.java:5512)
    at intradoc.server.DocServiceHandler.makeNewRevClass(DocServiceHandler.java:569)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:532)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1305)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3813)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1185)
    at intradoc.server.Service.executeServiceEx(Service.java:3808)
    at intradoc.server.Service.executeService(Service.java:3792)
    at intradoc.server.Service.doSubService(Service.java:3707)
    at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.Service.doScriptableAction(Service.java:3754)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at collections.HelperHandler.executeCommand(HelperHandler.java:657)
    at collections.HelperHandler.doService(HelperHandler.java:804)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:532)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
    at intradoc.server.Service.executeActions(Service.java:457)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
    at intradoc.server.Service.doRequest(Service.java:1865)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Pls suggest me to reslove this....

  • Upload docs

    Hi
    I would like to know if anybody has an example / code for working with the API in order to upload documents (.doc, .pdf, etc) to portal.
    We need a simpler way to upload documents, because the usual "Edit" and then "add Item" may be complex for some users, and the edit panel also enables links to Portal builder and navigator. Also, if someone knows if there is a way to modify the defaul edit page so that those links are not displayed, that would be an acceptable workaround.
    I found a post about a year ago from someone at Oracle that says they were working on an upload wizard, but it has no ETA. If someone know about it please let me know.
    Any suggestion or comments will be very appreciated.
    Thanks in Advance.
    Lisandro Fernigrini

    Lisandro -- Just in case you are still monitoring this, while we are using some PLO/SQL routine to upload items in certain page groups, for most of our page groups, we stuck with the normal edit/add item route except:
    1) We removed access rights to builder and navigator for everyone except those users or groups we specifically wanted to have access (in our case we took everyone off access since we only wanted administrators to have access). This automatically removes the builder and navigator links from edit mode. If you don't give the users page group rights, it will also remove those links from edit mode.
    2) On certain page groups, we added a "Add document" link directly to the page so they don't have to go into edit mode. With a little playing around, you can even make it automatically choose the type of document they will be adding if you don't want to make them go through the effort of clicking on the pull down and choosing one. The exact syntax depends on your portal version and how the page group is setup, but we essentially replicated what happens when a user clicks on Add item icon in a region and then chooses the item type to add.
    Hope it helps!
    Rgds/Mark M.
    Portal 9.0.2.6

  • How do I upload docs off my iPad onto the internet

    I am trying to apply for a job and I need to upload my resume on their website but when I click the browse button it only allows me to upload a picture. Please help

    If you've authorised your iTunes account(s) on your computer's iTunes then you should be able to copy iTunes purchases via File > Transfer Purchases. For non-iTunes purchased music, if you haven't got a backup of content on external drives, CDs, DVDs etc, then you will need to see if there are any third-party programs that can copy content from your iPad to your computer

  • Uploading docs from iPad to MacBook Pro via iCloud

    Why are my Pages documents not syncing with iCloud, and what do I do about it? I have iCloud turned On, Documents and Data turned On to store on iCloud, I have 24.3 GB storage available, and I have Use iCloud turned On in Pages. What else do I have to do?
    Once this is done, and assuming it works, why when I try to access the documents via iCloud on my MacBook Pro, am I being asked to buy Pages again (and being redirected to a page with Spanish instead of English)? Pages shows in my Apps on iTunes on this computer.
    Also, I am logged on with my me.com Apple User ID on both devices.
    iCloud is not the user-friendly solution it is advertised to be. My iDisk was working just fine.
    Can anyone help me? Thanks!

    Check out this conversation thread.  One has to physically upload a document into the Cloud, they do not 'auto sync'.  https://discussions.apple.com/thread/3773754?tstart=0
    I hope this helps.

  • Upload .doc, .xml files in ABAP

    Hi everybody,
    I want to save some files in my database, but I don't have a clue, where to start...
    Anybody knows how to upload files? Maybe you know functions or something like that?
    And what's the datatype I need in my database to save files in there?
    Best regards and thanks for your help!
    Patrick

    You can use GUI_UPLOAD
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = 'C:.filepathcsv' -
    > File stored folder and File name
       FILETYPE                      = 'ASC'
      TABLES
        DATA_TAB                      = itab -
    > Internal Table
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Jun 29, 2009 2:47 PM

Maybe you are looking for