ECL Viewer - Open Local File

If I open a tiff image using cv03n and display it in the ECL Viewer. Then I save as a local file. Is there a way to re-open the local file using "open local file" - that option is greyed out. Is this controlled by an authorization object or something is DMS configuration I have missed.
Tom

Hi Tom,
unfortunately it is not possible to open the local saved file again in the ECL Viewer. This is designed that way because the
ECL Viewer should be used to display original files which are stored in the SAP system and the idea is not to allow also the display of locally saved files in the ECL viewer within your SAP system.
So the locally saved files has to be opened in a separate viewer.
Best regards,
Christoph

Similar Messages

  • File open menu will not open local files using open command but the same files will open if I double click them (permissions seem fine)

    Under File menu Open File will not open local files even those downloaded to the desktop by Firefox 5.
    If I double click on HTML file it does open
    Reinstalled. Same behaviour. Default Browser set correctly.
    Permissions set correctly. Odd behaviour.

    Are you sure it hasn't imported?
    Check for the track names (trackname only, not Album or Artist)) and see if they have a blank Artist and Album, because WAV files have no MetaData, so are kind of stupid as far as knowing anything about the Artist, Album & track id.
    You can't search by 'Untitled' either as there is literally, no name at all, but iTunes does pick up the actual physical track name in Finder and uses that. As an example, if you renamed your Aerosmith WAV file from say 'Toys In The Attic' to 'Love Song' it would import the track as 'Love Song' as that's all it can go by.
    There are a few iTunes AppleScripts that let you import from a file of WAV music, by looking at the enclosing Album in the enclosing Artist as that's how most PC progs create the WAV file structure.
    Mike

  • How to open local file link in IE ?

    I know, this question is not APEX-related per se, but I was not able to google the fix to this problem.
    In my application, users can open a file open dialog and retrieve a complete file path that is later stored in the DB. Of course, Firefox's javascript does not allow this, but Adam Fisk's applet (https://bugzilla.mozilla.org/show_bug.cgi?id=405630#c40) does the job.
    The file path links to file:///..... . In Firefox, I have managed to open these links with NoScript settings (white list for our intranet trusted addresses and "allow local links" for trusted sites).
    Also, there is a LocalLink plugin (http://kb.mozillazine.org/Links_to_local_pages_don%27t_work) that allows to open local file links from context menu.
    However, on Internet Explorer nothing happens and LocalLink and NoScript are only for FF.
    Has anyone here managed to open local and intranet file links in IE?
    Igor

    You may find this article useful: http://balusc.blogspot.com/2007/07/fileservlet.html

  • Open local file using fileReference in AIR

    I just started to build an AIR application and am facing a
    very basic problem. I need a File->Open menu that pops up a file
    open dialog and returns the location (including folder) of a file
    to edit.
    - I tried the fileReference.browse() but this does not seem
    to provide the full path to the file
    - I tried fileReferenceList.browse() but the SELECT event
    does not fire on my Mac under (seem to be a bug reported last
    October:
    http://bugs.adobe.com/jira/browse/SDK-13220)
    Now, how can I achieve this in AIR? I assume opening local
    file is a pretty standard operation for desktop application, any
    suggestion/tip?
    thanks
    *P

    You don't want to use FileReference in AIR for what you are
    doing. Check the documentation for the mx.controls.FileSystemTree.
    There are actually a handful of AIR-specific controls for accessing
    the file system. There isn't a "File Open" dialog per se; you can
    build your own out of the controls given. I will say that the
    controls will have the flavor of the OS (so on a Mac the controls
    will behave similarly to the way a Mac accessses and browses for
    files).

  • Unable to open local file using af:goLink and anchor link in JSF page.

    Hi,
    I want to open a file at a perticular location on client machine. I am using af:goLink to openg the file. But when i tried to click on the link it is not opening the file. If i give any other value like name of other site, it opens the link. It is not giving any exception also. I tried by puting notmal HTML anchor link. That is also not working. But if i put this anchor link in normal HTML page, it works.
    Following is the JSPX page that i have created. Here c:\dmmsi.log is a temp file on my local system.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document title="File Upload">
    <af:form usesUpload="true">
    File Uploader Test
    <af:inputFile label="Input File" autoSubmit="true"/>
    <af:spacer height="20" width="50"/>
    <af:goLink targetFrame="_new" destination="file:///c:/dmmsi.log" text="Test"/>
    <af:spacer height="20" width="50"/>
    <!--a id="you" href="c:\dmmsi.log" target="_new">Open File</a-->
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    HTML Page i tried using anchor link
    <html>
    <body>
    <form>
    Please specify a file from your local machine</b>
    <input name="file" type="file" onblur="document.forms[0].hello.value = document.forms[0].file.value; document.getElementById('you').innerHTML =document.forms[0].file.value; document.getElementById('you').href = 'file://'+document.forms[0].file.value;">
    <br><br>
    <input type="text" name="hello" value="">
    <br><br>
    <!-- a id="you" href="c:\dmmsi.log" target="_new">Click Me to Open file< / a -->
    </form>
    </body>
    </html>
    (Note: Please remove the comments that i have added in creating anchor link. I was facing some issue in putting my code in this editor. It was creating the HTML link when i see the preview.)
    I hope you will be able to reproduce my problem.
    Sujay

    What version of IE are you using? IIRC, IE 7 is supposed to prompt you. ("The web site is attempting to open a page in your Trusted Zone. This can let hax0rs pwnz0r you. Continue?" or something to that effect.)
    If you use the verbatim tags, do you get an actual error message? That might help diagnose the problem.

  • On Mac OSX open local files in a new Tab instead of a new Window

    on my Mac Book Pro OSX 10.6 both FF3. and FF6. does not open new tab for links on local files(file:///) but new window instead.
    FF3 and FF6 does open new Tabs for external url (http://)
    My FF preferences are set to 'new tab always".
    I tried some "browser.links." prperties in "about:config"
    I tried also "Tabs Mix Pluos" extension.
    With no change.
    Note:
    * FF3.6 was doing the same thing on my (past) Mac G4
    * Safari, Chrome, Opera do the right thing (open new tab) on the same Mac and files.
    * FF3.6 and FF6 do the right thing (open new tab) on my PC window XP

    You can look at the browser.link.open_newwindow prefs on the about:config page.
    * http://kb.mozillazine.org/browser.link.open_newwindow.restriction (0)
    * http://kb.mozillazine.org/browser.link.open_newwindow (3)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Firefox on Mac will not open local files

    On my Mac, since ver 3.6 I've noticed that when FF is not running, when I open/drag-and-drop a local file, FF opens to the homepage (which has been set to Google). When FF is running, the local files (HTML or even TXT) open fine. FF on my PC is fine. Is this the default behavior? How do I make FF start on the file I just tried to open?

    Please restart the computer and try again.

  • Can't open local files.

    I cannot open any local files or folders in Firefox.
    I have tried opening the following file types in Firefox: htm, html, txt, pdf, xpi.
    I have tried opening files in the following ways:
    -Drag drop onto Firefox from windows explorer
    -Right click file in windows explorer and open with Firefox
    -Double click files that would be opened in Firefox by default
    -"Open file" from Firefox file menu
    I have experienced this problem in Firefox 3.x and Firefox 4.0. When I try to open a file in Firefox it creates a new tab with the file's path in the address bar but the file does not open.
    Any idea what could be going wrong?
    thanks
    Rob

    You may have an extension (NoScript?) that blocks access to local files.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Fireworks will not open local files

    I use a Web Page to have students navigate to either web
    sites or local (c: drive) files for their classes. I cannot get
    Fireworks to open the local files, but I can create hyperlinks in
    Dreamweaver and they work fine. I am trying to create a popup menu!
    Hyperlink in Dreamweaver =
    file:///C|/mts/course/index_mts.html
    Placed in Fireworks popup menu, will not open the file.
    Any thoughts?

    Please note that Fireworks is an image/web graphic editing
    application, while Dreamweaver is a HTML authoring application.
    Fireworks cannot open HTML files, only Dreamweaver can open
    html files. Fireworks only exports simple HTML-generated for
    certain simple, basic pop-up menus. But it is not recommended,
    though. Best if you create menus in HTML/CSS around Dreamweaver
    than Fireworks.
    quote:
    Originally posted by:
    pjhaction
    I use a Web Page to have students navigate to either web
    sites or local (c: drive) files for their classes. I cannot get
    Fireworks to open the local files, but I can create hyperlinks in
    Dreamweaver and they work fine. I am trying to create a popup menu!
    Hyperlink in Dreamweaver =
    file:///C|/mts/course/index_mts.html
    Placed in Fireworks popup menu, will not open the file.
    Any thoughts?

  • Problem opening local files

    Hi!
    Our servlet has problems opening links to local files. The syntax of the link is correct (file:///program_install_folder/subFolder1/some_file.txt). When user copy-pastes the url to IE's address bar, the file opens without problems, but clicking the link does nothing.
    This has probably something to do with IE's security issues, but:
    1) is there any way to solve this problem with java?
    2) adding the site to trusted sites doesn't help, but is there any other settings which could enable user to open the link to local file?
    Requirement is that program works with Windows XP and IE6.

    servlets run on the server and
    cannot open local client files

  • Safari 7.0.3 unable to open local file

    Hi,
    Since I've installed the new safari 7.0.3, I'm not able to open
    local html files. It just open an empty tab. Even if I paste the path
    into the address area, it just does nothing.
    Thank you in advance.
    Nicolas

    If that is the case, you might want to read here > The Safe Mac » Adware Removal Guide
    You're welcome

  • Signed applet to open local file problem with IE6 / Firefox

    Hello
    I have a signed applet to open a local file, with this code :
    try{
       URL destination=null;
       File f=new File(adresse);
       destination=f.toURL();
       AppletContext ac=applet.getAppletContext();
       ac.showDocument(destination,"_blank");
    catch (MalformedURLException e)
       System.out.println(e.toString());
    ...It works perfectly with Netscape 7.01 and IE 5.5, but not with IE6.0 or Firefox 1.0...
    (using SUN JVM 1.4.2_04), and there is no trace/error message
    With a http link, it works for all browsers...
    try{
       URL destination=new URL("http://my.site/mypage.htm");
       AppletContext ac=applet.getAppletContext();
       ac.showDocument(destination,"_blank");
    catch (MalformedURLException e)
       System.out.println(e.toString());
    ...Any idea ??
    Thanks

    Hello again
    There's something I don't undestand...
    java applet code
    import java.applet.*;
    import java.net.*;
    public class test extends Applet {
         public void init() {
              try {          
                   String path = "file:/C:/Temp/";
                   URL destination = new URL(new URL(path) ,"test.jpg");
                   System.out.println("URL is now: " + destination.getPath() );          
                   AppletContext ac = this.getAppletContext();
                   ac.showDocument(destination, "_blank");
              } catch (Exception e) {
                   e.printStackTrace();
    html code
    <html>
    <head>
    <title>test</title>
    </head>
    <body>
    <applet CODE = "test.class" ARCHIVE = "sTest.jar" width=350 height=200></applet>
    </body>
    </html>
    Signature
    javac -classpath ".;D:\Program Files\Java\j2re1.4.2_04\lib\plugin.jar" test.java
    keytool -genkey -keystore mag -keyalg rsa -alias harm -validity 3600 -keypass password -storepass password
    jar cf0 test.jar *.class
    jarsigner -keystore mag -storepass password -keypass password -signedjar sTest.jar test.jar harm With a debug the signature looks good in the logs (translation by google, not sure of the correct words...)
    The checking of the certificate using the certificates CA root failed
    Piled up method
    Unstacked method
    Selected user: 0
    The user granted the rights of access to the code for this session only
    Addition of the certificate in the storage section of the certificates of session JPI
    Certificate added in the storage section of the certificates of session JPI
    Recording of the certificates in the storage section of the certificates of session JPI
    Certificates recorded in the storage section of the certificates of session JPI
    URL is now: /C:/Temp/test.jpg
    Javascript: Activated UniversalBrowserRead
    Javascript: Activated UniversalJavaPermission
    What are the 2 last line ?? (appears only in firefox, not in IE55...don't have another browser yet 'cause my graphic card and motherboard are out of order :-(
    Why in firefox, in the javascript console, there is a "message" (again translation by google...) but everything is alright in the java console ??
    Error of safety: the contents located at http://www.distantserver.com/Demo/test/test.html cannot charge of data or establish a bond towards file:///C:/Temp/test.jpg.
    Thanks in advance (and sorry if I only don't understand something from your link because of my english level...)

  • [SOLVED]opening local files with surf browser

    When I try to open local html files with surf from suckless-tools with the full path, I get the error message 'URL cannot be shown'. How do I tell surf that it's local file and not a url?
    Last edited by _feda_ (2011-12-16 00:23:34)

    What happens if you specify a local file path: Ctrl-g and
    file:///path/to/your/file.html

  • Opening local files using a URLRequest

    is it possible to open a file from say C drive when your flash file is in C:\somefolder?

    I suppose if it's in the same folder as the requesting swf you can, but after that you're likely to run into sandbox security issues that you would have to deal with. Here's a fuller discussion of what's happening in Flash 10, which opens some possibilities:
    http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-playe r-10/

  • How to open local file in BSP

    Hi,
    My requirement is we have to provide one hyperlink and when user click on that one local file should open. The Hyper link contain the path of local file, I Tried with the following option, its working fine in HTML code but not in BSP.
    <a href="C:\My File.PDF">here</a>
    Any Suggestion.
    Thanks

    Hi Ricardo,
    Thanks for the quick response, but my requirement is not downloading and uploading files, my requirement is ' I Have to provide one hyperlink in BSP Page, and when user click on this link one local file should open. For exa. try to save this code ( mention in Sub Line ) in text file and save it as HTML Extention.
    <a href="C:\My Filel.PDF">Open my File</a> "
    when you execute this file as a result on the web page you will get text 'Open my File' and when you click on there than a file which is stored in location C:\My File.PDF will open, same thing I would like to do in BSP.
    Thanks and Regards
    Ravi

Maybe you are looking for

  • Problem connecting MacBook to a Sharp video projector

    One of the great things I like about Macs is the easy way they (usually) connect to a video projector. Unlike a lot of my friends who run PCs with Windows I never had any problems whatsoever connecting my MacBook to a projector at the university and

  • ClassNotFound error while running applet from Web application

    hi everyone, I have a web application deployed in Tomcat web server. I have HTML file at the level of WEB-INF. And all class files under WEB-INF/classes. But while ruuning the application it giving following error. load: class com.app.AppletTest not

  • Pages 5 - Up/Down Arrow Margin Size Increment Change

    Hi All   -   Couldn't find another relevant post so starting this (please point out if another relevant post exists) Problem:  Changing Margin Size in Small Increments I have Pages units set to points (pts) In Pages 09 in the Inspector clicking on up

  • File download works in Firefox but not IE

    Hi All, I have the code below, fds = new FileDataSource(fileName); response.setContentType("text/html;charset=UNICODE"); response.setHeader("Cache-Control","public"); response.setHeader("Content-Disposition", "attachment; filename=\"" + fds.getName()

  • Error occurs when using DBDataSource.SetValue method in sales order

    Is it possiable to use the DBDataSource.SetValue method to update a cell in the Sales Order document My code , but I am getting an error Dim oDBDataSource As SAPbouiCOM.DBDataSource oDBDataSource = oform.DataSources.DBDataSources.Item("RDR1") oDBData