Link to open a file instead of downloading it

Gentlemen,
In my application I have included a file upload/download possibility, according to the How-to. I created a custom table, and put my uploaded files into it.
It works very well.
However I want to create a link (for example on the file name), which does not offer the possibility to download the previously uploaded file, but OPENS it, with the appropriate application (Word, Excel, Powerpoint).
It is possible to execute this, or the user should download the files first ?
If it is possible, then the changes can be saved to the original file ?
Thanks for your help.
Attila

I believe the first question (open instead of save) is a browser preference and is a combination of the mime type (which you supply) and the user's browswer preference.
I don't think you can get the second part without using webDAV or an OCX (AVI ?) control (windows only??)
A-

Similar Messages

  • FIREFOX OPENS RAR FILES INSTEAD OF DOWNLOAD

    I'm using Firefox 21. When I try to click in a rar file link, firefox opens the file instead of download.
    I've tried to change in "Tools->Options-> Aplications" the actions taken by the browser depending of file types, but there is no case for rar files and I cannot add it.
    Anyone can help?
    Thanks in advance

    This can happen if the server isn't configured properly and sends the file as text/plain.
    You should be able to verify this in Tools > Page Info > General
    *Press the F10 key or tap the Alt key to bring up the hidden "Menu Bar" temporarily.
    In such a case you can't left-click a link, but need to use the right-click context menu and use "Save Link As"

  • FileReference: Want to force the browser to open a File Instead of Downloading it

    Hello
       I am using the FileReferece class for downloading a file. The download() method prompts for saving the file on the file system.
    Instead of downloading a file, I want the browser to open it based on  its extension. So if a file is test.xyz, then it should be able to open it using an installed application which understands to handle these files.
    Any ideas on how this can be done.
    Any help is appreciated
    thanks

    Because you made a layer, and JPEG doesn't support layers.
    Turn off the "preserve cropped pixels" option in the crop options, or just flatten your document so you can save it as JPEG.

  • How do I tell Adobe reader to open a file instead of being prompted to save the file?

    how do I tell Adobe reader to open a file instead of being prompted to save the file?

    Go to Tools - Options - Applications and enter "pdf" into the filter field. Select the action that you want to associate with PDF files.
    In your case select one of the "Use Adobe Acrobat" actions.

  • I am a college student. I am trying to open lesson files my professor downloaded to my zip drive.

    I am a college student. I am trying to open lesson files my professor downloaded to my zip drive. Every time I try to open one, I get the following message "The file "Lesson01(1).zip" is in an unknown format and cannot be opened." What does this mean? I am working on a PC. Is the problem that my professor gave me files that are only compatible with a MAC?

    ?Hi John,
    I have tried to do this several times since receiving your message. I still cannot get anything to work. I am wondering if these folders are in a MAC format and perhaps that is the reason I cannot get it to work.

  • ITunes is somehow the default opening acsm files instead of digital editions

    So, I am trying to borrow eBooks from the library and download them into Adobe Digital Editions and then transfer them to my Kobo, but it is not so simple. I can download the acsm file, but when I double-click to open it, it tries to open in iTunes instead of Adobe Digital Editions. I can then go to my downloads folder, right-click on it and "open with.." Digital Editions. Is there a way to change this default? On my father's MacBook Air (I have a MacBook Pro), when you double click on the download it automatically opens in Digital Editions. I just want it to work this way on my computer!
    Also, I am having issues transferring from Digital Editions to my Kobo - sometimes it works and sometimes it doesn't - and I can't figure out why. Any thoughts?

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    =Changing the application used to open all files of a certain kind=
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • When I download something from the Web, the "Downloads" window opens, but the window remains blank. Before it used to at least show the name of the file and I could open the file from the "Downloads" window. Is there a way to get this functionality back?

    I'm running Windows XP which is updated to latest version (which I think might be Service Pack 3, but not positive.) Mozilla Firefox is version 5.0. I tend to use Google as my search engine so most of the stuff I download comes through sites found through Google, which is also updated.
    At some time in the past (maybe a few versions ago) when I would download a file from the Web, the "Downloads" window would open and in the window would be displayed the name of the file I was downloading or had just completed downloading. I think I used to be able to then click on that file name and the file (or the installation file if needed to start the new program) would open. I am currently using Firefox 5.0 (the "About Firefox" screen says this is up to date) and when I download a file or document, the "Downloads" window appears on the screen as it always has in the past, but it remains blank, i.e., nothing appears in the downloads box. I don't remember making any configuration changes, etc., that may have caused the window to remain blank, but I could be mistaken. I know how to find the items I've downloaded (My Documents / Downloads) and can usually guess what the name of the downloaded file might be, but it used to be much easier when something (anything) showed up in the downloads window.
    I'd love for someone to tell me about a simple fix for this. I'm willing to be quite embarrassed that I did something I shouldn't have.'''

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to format a link to open in Chrome instead of IE?

    Is it possible to force a link within a SharePoint site to open in a certain browser?
    We have an online system that works best in Chrome. I've placed a link to this system in a library on our site - however, it will open in IE if that happens to be your default browser.
    Ideally, a user would click the link and it would open in Chrome, no matter what his/her default browser is.
    Someone asked this question on another forum and was given this answer:
    OOTB, SharePoint only opens in browser which is set as default.
    However, if this customization is absolutely necessary,you can develop a server side web part in which you can generate a link.Clicking on which will execute
    Chrome.exe process and open the link in browser.
    Code snippet to call Chrome.exe would be as follows:
    System.Diagnostics.Process.Start("chrome.exe",
    "http://sp.path.to/your/file.doc")
    My issue is that I don't know much code, where to place this code, or how to make it execute when a link is clicked. Can anyone give me a push in the right direction?
    FYI: Here's the link to the other forum where this question was asked. I can't place a hyperlink in the body of this question b/c my account is not yet verified: sharepoint.stackexchange.com/questions/132858/format-link-to-open-in-desired-browser-chrome

    Hi,
    This is server side code , you should write in your C# code behind method for Click event of Link Button .
    - Use 1st part code in your button event handler method. (Replace <username> with current user name), best way is to find the crome.exe location at your dev machine , and paste the path here -
    process.StartInfo.FileName = @""; , default location is in user's appdata folder. Test the code.
    - If the above code works , and if your crome.exe is in user's appdata folder , then you will need to find dynamic location of AppData folder for every user. That means the path should not be hard coded. The 2nd part of the code is an hint for how you can
    find the appdata path in C#. Something like this
    //var cromePath = @"C:\Users\<UserName>\AppData\Local\Google\Chrome\chrome.exe";
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    using (var process = new Process())
    process.StartInfo.FileName = cromePath;
    process.StartInfo.Arguments = "your url";
    process.Start();
    So the step will be
    - First try a direct call to crome,
    var cromePath = @"crome.exe";
    - if it not works , then try with hardcoded path of crome.exe from your dev machine for current user -
    var cromePath = @"C:\Users\<currentUserName>\AppData\Local\Google\Chrome\chrome.exe";
    - And if this work , then try it with dynamic path for any user, find appdata folder location through code 
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    Hope this will help, if you are a C# developer then you can easily understand  the concept.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • How do I get my computer to start opening up files instead of opening a pop up window rather than the file?

    My computer has started opening up pop up windows that say, "Step 1: Select File, Information Gathered Successfully, Step 2: Click Show Information Button", instead of opening the file I click on. This informaion windown has generated another pop up window that suggests I visit the iTunes store for an app that will open the file. Twice I have purchased apps that the iTunes store said would open the file. Twice the apps have made no difference at all. The apps did not open the file. Even more frustrating than being sold apps that don't work is that the files I'm trying to open are textedit files created with the software on the very computer that is now refusing to open them.
    How do I get beyond the pop-ups and open the files I created?
    Is it possible to return the apps that iTunes said would work, but did not?

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • Link to open pdf file in new window

    I want to create a link on a web page to open a pdf file in a
    new window. I used the "on click" "open brower window". Which does
    open the pdf file, but not in a new window. How do I open it in a
    new window?

    Your code is a mess:
    ** there is no apparent reason for the span:
    <td><span class="style1"
    onfocus="MM_openBrWindow('pdf/PR_launch.pdf','','')">Milford, OH
    So change that line to:
    <td>Milford, OH
    ** here you have two double quotes before This.
    <a title="”This" class="pdfFile"
    onclick="MM_openBrWindow('pdf/PR_Launch.pdf','','')"
    Change it to this, (with some other improvements):
    <a title="This" class="pdfFile"
    onclick="MM_openBrWindow(this.href,'','');return false"
    ** This is code salad:
    href="”PR_Launch.pdf”" link="" will="" open="" a=""
    .pdf=""
    file.”="">More (PR_Launch.pdf,
    230kb)</a></span></td>
    Change it to:
    href="pdf/PR_Launch.pdf">More (PR_Launch.pdf,
    230kb)</a></td>
    If you continue to have trouble, you might find my divaPOP
    Extension
    easier, and far more powerful. It automat6ically opens pdf
    files and
    links to all external files in a popup window without your
    needing to
    code each link:
    http://www.divahtml.com/products/divaPOP/open_popup_windows.php
    E. Michael Brandt
    www.divaHTML.com
    divaPOP : standards-compliant popup windows
    divaGPS : you-are-here menu highlighting
    divaFAQ : FAQ pages with pizazz
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Smartform open in pdf instead of download

    Hi,
    Is there a way to open a smart form in directly pdf instead of downloading it to a directory using ws_download?
    Thanks,
    ~Mark

    May something like this way
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    FORMNAME = 'ZTEST'
    IMPORTING
    FM_NAME = V_FORM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    W_CTRLOP-GETOTF = 'X'.
    W_CTRLOP-NO_DIALOG = 'X'.
    W_COMPOP-TDNOPREV = 'X'.
    CALL FUNCTION V_FORM_NAME
    EXPORTING
    CONTROL_PARAMETERS = W_CTRLOP
    OUTPUT_OPTIONS = W_COMPOP
    USER_SETTINGS = 'X'
    IMPORTING
    JOB_OUTPUT_INFO = W_RETURN
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    I_OTF[] = W_RETURN-OTFDATA[].
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    MAX_LINEWIDTH = 132
    IMPORTING
    BIN_FILESIZE = V_LEN_IN
    TABLES
    OTF = I_OTF
    LINES = I_TLINE
    EXCEPTIONS
    ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    OTHERS = 4.
    IF SY-SUBRC <> 0.
    ENDIF.
    lt_otfdata[] = I_OTF[].
    call function 'SSFCOMP_PDF_PREVIEW'
    exporting
    i_otf = lt_otfdata
    exceptions
    convert_otf_to_pdf_error = 1
    cntl_error = 2
    others =
    But I am not 100% sure about.

  • Not able to open links to open pdf files, nothing happens, no error messages.

    work site requires pdf files to be downloaded, after updating FireFox I can't do this any longer. I have added site to "exception" for pop-ups, still nothing.

    There needs to be an entry for the XI/ PI server....unless you make an entry you wont be able to access the links....can you try accessing the following link:
    http://<IP-Address of PI>:<JAVA PORT of PI>/rwb/FrontComponent/FC_Secure.jsp?doAction=showMessageMonitoring
    pi.com is not a standard....it was just an example.....thats why i mentioned get the FQDN from your team members
    regards,
    Abhishek.
    Edited by: abhishek salvi on Mar 22, 2010 1:22 PM

  • Cannot open the file I have downloaded to get a new version of Photoshop

    I have had a new computer, and am trying to download the Photoshop Elements 10 again, but I cannot open the file that I get after 20 minutes of downloading from here: Download Photoshop Elements products | 13, 12, 11, 10
    In fact, I do have the installation CD as well, but when the set up gets just past the typing of the serial number, nothing more happens. The progress bar appears, but without any "bar" filling up, and the CD just runs and runs for ever.
    I have tried for three hours now ...

    Hi spe,
    Check to see that you are opening it in Numbers 3. Numbers 2.x is still on your computer. Wayne has a nice tip here:
    Need newer version of Numbers to open file
    Check it out.
    quinn

  • Forcing link to open in Quicktime instead of VLC

    Hi,
    The page www.railaway.tv has its video in WMV format, which stream can be read by QuickTime with Flip4Mac. But unfortunately they make the links with a Flash button, so I can not see (and copy) the link and paste it in QuickTime. When I click on the link in Safari, it will launch VLC, which can not read it. When I remove VLC from my Mac, it will open Windows Media Player, which can not read it (and I can not save the movie from WMP). When I remove WMP, Safari gives me an error that it can not open the link. But it's proven that QT can! Someone gave me a link to one of the clips on the site, and pasting it in QT works. How can I force Safari to open the file in QT?
    This is the direct link to one film:
    mms://193.242.108.40/watchingme4od/europe/switzerland_winter.wmv
    And no, selecting a .wmv movie in the Finder, get Info and change all wmv files to open in QT doesn't work. It only works then for full movie files, not for mms links.
    Where can I change the file type to open in QT. Which actually is the file type of the link, as it is not a windows movie (yet). It's a stream.

    Hi,
    This is server side code , you should write in your C# code behind method for Click event of Link Button .
    - Use 1st part code in your button event handler method. (Replace <username> with current user name), best way is to find the crome.exe location at your dev machine , and paste the path here -
    process.StartInfo.FileName = @""; , default location is in user's appdata folder. Test the code.
    - If the above code works , and if your crome.exe is in user's appdata folder , then you will need to find dynamic location of AppData folder for every user. That means the path should not be hard coded. The 2nd part of the code is an hint for how you can
    find the appdata path in C#. Something like this
    //var cromePath = @"C:\Users\<UserName>\AppData\Local\Google\Chrome\chrome.exe";
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    using (var process = new Process())
    process.StartInfo.FileName = cromePath;
    process.StartInfo.Arguments = "your url";
    process.Start();
    So the step will be
    - First try a direct call to crome,
    var cromePath = @"crome.exe";
    - if it not works , then try with hardcoded path of crome.exe from your dev machine for current user -
    var cromePath = @"C:\Users\<currentUserName>\AppData\Local\Google\Chrome\chrome.exe";
    - And if this work , then try it with dynamic path for any user, find appdata folder location through code 
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    Hope this will help, if you are a C# developer then you can easily understand  the concept.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • How can I use links to open music files (aiff)?

    I want to create a pdf file with links to a large number of music files (too many to embed in the pdf). When I create a link in the normal way Adobe Reader gives me a message that it cannot open the files. How can I get round this?

    I am using the link tool to open a file. The error message -

Maybe you are looking for

  • Is it possible to export as HTML5?

    Firstly, my apologies, i'm in no way a flash expert and this will probably make the majority of you cringe. I am fine at the design side of things, however when it comes to the coding etc I haven't the foggiest. Basically I have created flash banners

  • How do I convert a iWork 08 pages doc to a pdf or Word doc ?

    I have an iWork 08 pages document that I wish to e-mail to a general dist. list. So I want to convert the doc to a pdf or Word file so the list can read it. Must I purchase iWork 09 to do this  by either;   1)   opening the 08 doc in iWork 09 pages,

  • Launching a page by passing parameters in the URL

    My app has a page sentry function that sets the APP_USER using the Apache mod_ntlm module to the Windows domain user. I check security for each page in a custom table that I maintain. If I try to launch a page by passing parameters in the f?p= URL li

  • Generate error list with object detail

    Dear All, I have two way (multimaster ) Replication but due to some reason it generated many errors during replicate data so to resolve errors, I want to generate error list (Report) with object details instead viewing them one by one. please guide T

  • Safari--open in new page--pop under?

    Is there a Safari preference setting that causes new pages to load under the one currently being read instead of on top? I like the sort-of tabbed browsing, but most often, I want to read the linked page only after I've finished the page I started wi