Download of large documents on the webcenter spaces

Hello world

I want to download large documents into webcenter spaces but documents taskflow does not accept documents which size is greater than 2 MB.
(No constraint in downloading documents directly to the Complutense University of MADRID)

How can I proceed?


Thanks for your help.

This document explains how to customize the Web.XML for webcenter spaces: http://docs.oracle.com/cd/E25054_01/webcenter.1111/e12405/wcadm_app_config_files.htm

Tags: Fusion Middleware

Similar Questions

  • I can remove sp 1 after you download sp 2 to reclaim the disk space

    can I remove SP1 after you download SP 2 to recover the disk space

    See this response archived from a previous thread:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-windows_update/why-are-there-so-many-updates-that-there-is-no/072f80eb-ef72-445C-942D-ffa4080de1a7>

    UTC/GMT is 17:00 on Sunday 16 October 2011

  • How can I make a tab by default whenever I have connection to the portal of the webcenter spaces?

    Hello

    I have a single page in the portal of webcenter spaces, which is the default portal in the webcenter application. This single page has 6 or 7 like Home tab and the other tabs. Whenever I logged in the webcenter I can see the url redirects to my default portal but it doesnot get home tab made, instead, it shows the tab where I left just before disconnected tab.

    For example I have tabs A, B, C, D etc... I have logged in to the application portal and I did something in tab C and then I logged. After once again I re-login, I see this tab C shows, but I want to see that tab must be returned. Someone help me how to make a tab by default whenever I have connection to the webcenter portal.

    Thank you

    Ashok Laura.

    Hello

    This is an expected behavior as his persists the State of users. I did face this problem before and solved by setting the disclosed condition of showditailitem programmatically.

    Please check below the code for your reference.   Invoke the bean managed prior to the loading of the page to

    {} public void onPageLoad (PhaseEvent phaseEvent)

    If (phaseEvent.getPhaseId () .equals (phaseEvent.getPhaseId (). RENDER_RESPONSE)) {}

    If (!.) {AdfFacesContext.getCurrentInstance () .isPostback ())}

    If (this.newsPanelTab! = null) {}

    List childUIComponent = this.newsPanelTab.getChildren ();

    If (childUIComponent! = null & childUIComponent.size () > 0) {}

    for (int i = 0; i)< childuicomponent.size();="" i++)="">

    If (childUIComponent.get (i) instanceof RichShowDetailItem) {}

    If (i == 0) {}

    ((RichShowDetailItem) childUIComponent.get (i)) .setDisclosed (true);

    } else {}

    ((RichShowDetailItem) childUIComponent.get (i)) .setDisclosed (false);

    }

    }

    }

    }

    Thank you
    Amey

  • How to print a larger document on the smallest paper without it resizing?

    "I have a document that will be printed 8.5x11" when I make the printer.  The printer asked me to put up on 8.6x11' and the extra cost. 1 "will be cropped.  I print on my printer to see how it will look, but he keeps resizing so that everything fits on the page.

    I don't want to do that.  "" I want it to crop the sides so it will print on 8.5 x 11 "as a 8.6x11.1" page.  I need to see the culture because I have images that are supposed to run off the page.

    How can I do this?

    I don't think that's necessarily what you want (even if it should work). This comes to printing a page oversized on a small leaf, go away to the pane of configuration in the print dialog box and click the radio button next to the word width instead of the marked size a Fit and enter 100% both width and height fields. It is harvested according to what position on the page you choose, but it will not print at the edge of the sheet, unless you have a printer without borders.

  • the column data must be large to fit the whole space

    Hi Experts ADF,

    Jdev version 11.1.1.7.0

    I have an af:table in which I have a column with outpuText. The content of the outputText can be more. I want to show all of the text in the column.

    How do I do that? If I do columnStretching = this column also some texts are hid in the outputText.

    Thanks in advance,

    Roy

    Hi here the fix.

    noWrap = "false".

    Thank you

    Roy

  • Deployed Captcha Code on webcenter spaces using custom task flow

    Dear,

    I use Captcha Code, the new workflow and the fragment to be deployed on webcenter spaces, the code works correctly when am run of JDeveloper 11.1.1.4.0, but when I deploy him on spaces webcenter 11.1.1.5 version and call this webcenter flow task space image appears not (actually its code Servlet).

    as mentioned on Oracle PDF (http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html)-> How to use Captcha with ADF Faces and Oracle ADF

    Add Servlet in web.xml, then do Managed Bean Code (add in faces-config. (XML), then create a new task workflow and call the method that run the managed Bean of ADF task flow Page.

    1 - Servlet in web.xml:
    < servlet >
    < name servlet - > CaptchaServlet < / servlet-name >
    > the servlet class < nl.captcha.servlet.SimpleCaptchaServlet < / servlet-class >
    < init-param >
    width of < param-name > < / param-name >
    < param-value > 250 < / param-value >
    < / init-param >
    < init-param >
    height of < param-name > < / param-name >
    < param-value > 75 < / param-value >
    < / init-param >
    < / servlet >
    < servlet-mapping >
    < name servlet - > CaptchaServlet < / servlet-name >
    captchaservlet.jpg < url-pattern > < / url-pattern >
    < / servlet-mapping >

    2 - managed Bean:
    public void callMethod() {}

    FacesContext fctx = FacesContext.getCurrentInstance ();
    ExternalContext ectx = fctx.getExternalContext ();
    HttpServletRequest request = (HttpServletRequest) ectx.getRequest ();
    CAPTCHA captcha (Captcha) = ectx.getSessionMap () .get (Captcha.NAME);
    try {}
    request.setCharacterEncoding("UTF-8");
    } catch (UnsupportedEncodingException e) {}
    bad luck - but ignore
    System.out.println ("unsupported UTF!");
    }
    String response = (String) ectx.getRequestMap () .get ("bestGuess");
    If (response! = null & & captcha.isCorrect (answer)) {}
    sendMail();
    SendMail_ToExternal();

    } else {}
    fctx.addMessage (null,
    new FacesMessage (FacesMessage.SEVERITY_ERROR, "Please enter the number shown in the picture",
    null));
    }

    }


    I'm download the JAR of Captcha of Oracle: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html, Captcha download a use as task flow to deploy on webcenter spaces, but as I told you when I run this code of JDeveloper works correctly, but the problem when I deploy him on webcenter spaces code Servlet with image does not appear. I want to know if the servlet working with deployed code task flow on the webcenter spaces, or not?

    Please advise...

    Thank you

    Did you add the configuration of servlet to WebCenter spaces? See the documentation for steps to do this: http://docs.oracle.com/cd/E25054_01/webcenter.1111/e12405/wcadm_app_config_files.htm#CHDJCCBI

  • WebCenter spaces supports Internet Explorer 9?

    WebCenter spaces supports Internet Explorer 9?

    It will run in the default view for IE9, or compatibility view must be?

    It is not in the fusion middleware stack compatibility matrix to webcenter is not (yet) optimized for IE9. In the next version, I bet they're going to solve the problems.
    There are currently some problems with IE9 and part of the ADF and because the webcenter spaces is built on the top of the ADF frame I guess there may be some issues so now you better run in compatibility mode... But just to test it first with IE9. It might work...

  • Download docs of webcenter spaces

    I have configured the spaces webcetner and success of the Complutense University of MADRID, I can able to list on all the docs on screen webcenter spaces that are added to the Complutense University of Madrid.
    but I'm not able to download any docment from webcetner namespaces.
    It gives the followig error
    -------------------------
    Cannot download the document.
    An unknown error has occurred in the Oracle content server.
    -------------------------
    Please help me on this

    I think this error is arising as a result of AAU generates a unique content ID.

    IIRC it used to be the case that during the configuration/installation webcenter UCM, was forced to use automatic numbering for Content ID.

    Can you try and put this in your config.cfg file and then restart it and try again...

    IsAutoNumber = true

    Hope that helps you
    Tim

  • Question of service for the link WebCenter spaces PS2

    Hello

    Is it possible to use the service of webcenter links to link a document to another document resides in a different group space in the PS2?

    For example, the space group 'A' is a center of knowledge (KB) and contains a lot of docs. Group 'B' space is a space of project group and space group 'B' would like to make a link to the documents of the knowledge base rather than duplicate content download.

    Could someone tell me how, or direct me to the guide Oracle containing this information.

    Thank you very much

    Kevin H

    Published by: user941292 on January 19, 2011 07:27

    Kevin,

    You can achieve this by using the type of URL link, by a link to the remote document. You cannot "Browse" the content repository to locate the target of the link to the other instance of space.

    Peter

  • How to restore the ability to download files and documents?

    End of last week I noticed that I had accumulated a large number of cookies. I decided to clear the cookies and history by selecting «Clear history of Firefox closing» I deleted cookies and closed Firefox. Firefox has started closing but stop responding before the end of the fence. I forced Firefox to close (Mac OS X 10.6.8) then restarted Firefox which has always failed. I unchecked 'Clear history of Firefox closing' and Firefox resumed normal operation except that I am now unable to download files and documents from any web site. I tried another browser (Safari 5.1.5) and downloads are normal.

    Any help much appreciated.

    -Joe

    COR - el,

    The problem I had was with a plug-in, I received in the most recent update of Adobe Reader I installed at the same time, my problem started. Thought you might like to know.

    -Joe

  • The best apps/programs for scanning large documents?

    Suggestions for the best apps/programs for the digitization of large documents in PDF format

    I do a lot of contract and during the analysis of a 20-page document becomes 28meg using the built-in scanner.  No email-able so any suggestions would be great.

    IM pretty new to a Mac from a PC so just need some advice. That maybe I need to adjust the settings.

    Help, please!

    Thanks in advance

    Use dropbox to allow your recipients to download large files: Dropbox

    You should be able to reduce the size of the file and keep the good resolution by changing the application settings for the scanner.

    If you want a test of improved scanner app: Vuescan

  • WebCenter spaces: content display model Presenter for the image gallery

    Hi all

    I use 11.1.1.6 Webcenter spaces

    I need to create a custom content presenter display model where a folder is chosen by the moderator. And all the files it contains will be shown as an album in a drop down.

    Whenever the user selects any album in the drop-down list, the images inside this album should be below in a thumbnail.

    I've set up two models one for the drop-down list and others to show images.

    I just need to know how can I use the two together. And how the selection of an album in the drop-down list should change the images?

    Should I call 2nd model presenter content from 1?

    Help, please.

    Kind regards

    Deepak

    Hello.

    I have a better approach:

    1. Store in a variable of limited scope, the folder selected in selectOneChoice.
    2. Use the cmfn:searchNodes function to retrieve the folder nodes
    3. Use the list of nodes with dt:contentTemplate.


    Information on the use of cmfn:searchNodes:

    Basically, he's waiting for the name of your repository of the University Complutense of MADRID and a CMIS query that must be built using the information in your file or a path.

    The CMIS query will have to be something like the following example (he gets all the contents of the folder with xCollectionId =988901828852000401

    SELECT * FROM cmis:document WHERE IN_TREE('/ucm/IDC:Folder/988901828852000401')

    
    
        
        Retrieve a collection of content nodes by CMIS query, specifying the maximum number of nodes to return.
        
        searchNodes
        oracle.webcenter.content.integration.servlets.functions.NodeRetrievalFunctions
        
          oracle.webcenter.content.integration.Node[] searchNodes(java.lang.String, java.lang.String, java.lang.Integer)
        
        
          
    ]]>
  • After the update, I lost a large number of documents that I had edited and saved in my tablet. No possibility to recover them? Now I can access only the documents of the cloud.

    After the update, I lost a large number of documents that I had edited and saved in my tablet. No possibility to recover them? Now I can access only the documents of the cloud.

    I found an easier way to recover the files: I connected the tablet to the computer and then open the download-> Adobe Reader folder. There, I found all my files.

    After this boring experience, any recommended rather than Acrobat Reader PDF player?

  • Integration of WebCenter spaces/portal with the AAU and the use of FrameworkFolders

    Hi all

    We look at the possibility of using the organisation wide Desktop Integration Suite... We also are a roll out of Webcenter spaces wide organization.

    It is preferable to use FrameworkFolders as his replacement the component folders_g and address the limitations are by folders_g (for example can have a maximum of only 1000 content in a folder, the time loading pages when a folder has no large pieces of content).

    Given only folders_g can be used for integration with Webcenter spaces/portal you are unsure of what should be our strategy. Is it intend to use folders frame with Webenter in the future?

    Thank you
    Maton

    Published by: 890922 on August 14, 2012 18:20

    Given only folders_g can be used for integration with Webcenter spaces/portal you are unsure of what should be our strategy. Is it intend to use folders frame with Webenter in the future?

    Of course there is. Unfortunately, no exact exit date was disclosed so far. If you need a quick implementation (after a few months) I'm afraid you'll have to go with folder_g

  • I accidentally deleted the documents from the dock. I got it back, but now every time I have download all what I need to do a find.

    I accidentally deleted the documents from the dock. I got it back, but now every time I have download all what I need to do a find. iMac + El Capitan.

    Did you delete the Documents folder that is normally found in your folder/Home /? The entrance to the docking station is simply a form of alias created by dragging the real Documents folder icon in the Dock. Is that what you did? In addition, this has nothing to do with the downloads. Those who go into the downloads folder, also in the folder/home /.

Maybe you are looking for