Download file by a link.

I have an image (download) in a jspx page, on which user could right click and be able to save the file. But when I right click on the image and say save as, i am unble to save the file, but able to save the jspx page itself. How can it be resolved?
<af:outputText value="Download" inlineStyle="font-family:verdana;color:#990033"/>
<af:commandLink action="../resource/wave/abc.wav">
     <af:objectImage source="../resource/image/download.gif"/>                                          
</af:commandLink>Thanks in advance
Uday

Nice topic! =)
Can someone post it here a exemple that is possible to download files from a jspx page!
Because mine is not working well! I got the error JBO-35007, when I tried to download the 3rd file!
I have a table with a botton called Download! When I'm donwloading the 3rd file I get the error JBO-35007 ! The same error of the famous back-button!
The solution is the same ?
Or I can put a new column using a command-link for each row. But what will be the code, so each command-link donwload the file in the corresponding row???
Message was edited by:
J-_-P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Not downloading files with php links

    Hi folks,
    I've disabled Speed Download completely after trying to disable it for specific sites. What I'm finding is that links that use some kind of database redirect fail to download the files at all. For example a link to a download that looks like this:  http://members.vbulletin.com/download.php  does not work.
    What happens is that a file called download.php gets downloaded, about 10k  in size, but the link to the file itself and the file is not downloaded. This doesn't happen in Firefox.   Any ideas what is going wrong?... I've seen this behavior on several sites that use database links to the files..

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. First, disconnect all wired peripherals except keyboard, mouse, monitor, and Ethernet, if applicable. Boot in safe mode and log in as yourself. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you will see "Safe Boot" on the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all, perhaps including wireless networking on certain Macs. If you usually connect to the Internet via WiFi, and it doesn’t work in safe mode, connect using an Ethernet cable. If you can’t do that, reboot as usual (i.e., not in safe mode) and perform a safe login, as follows: Enter your credentials at the login screen, then hold down the shift key and click the “Log in” button. Keep holding the key until the menu bar appears. In this mode, your login items, among other things, won’t load.
    In safe mode, test again. Same problem(s) now?
    After testing, reboot (if you booted in safe mode) or log out/log in (if you performed a safe login) as usual.

  • I have an external server that stores all my movies and music, is there a way to stream it to my apple tv? If not is there a way I can link the folders to itunes (without downloading files to computer) and will that make them view-able for the apple TV?

    I have an external server that stores all my movies and music, is there a way to stream it to my apple tv?
    If not is there a way I can link the folders to itunes (without downloading files to computer) that will make them view-able for the apple TV?
    If none of that works is there a way to get it working alternativly?
    Additional Information:
    Everything is linked via ethernet cable.
    I'm using a PC to set it up.
    If you have any other questions feel free to ask and I'll help where I can.
    Thank you for any help

    (I think the daughter got he better end of the deal!)   I believe if you change the password and user id one of the devices it will stop that from occurring. But I'm not the one to tell you how to do it; someone like "Illaass" (Illaass seems to know how to correct / fix almost anything!) will know how if you don't. Just look for the "cat" icon.

  • When downloading a pdf file from a link the page displays "done" but with no content displayed

    This relates to pdf document downloads from a website link. This has been a recent phenomenon. I have no idea as to the possible source of the problem. I discount an adobe problem. No problem downloading in explorer

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • I can't get firefox to download files from links on web pages

    I have firefox 3.6.13 and when I click on a download link on a web page nothing happens. I have to open Internet explorer to download files.
    It used to work OK for years until a few months ago.
    The only web page I have found that I can still download from is for mp3 files from amazon.com
    Isn't there anyone out there that has any idea how to solve this? If I can't get it fixed I guess I will have to make Internet Explorer my default browser.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Download file link in adf command link action

    Hi,
    i want to make a link on my web page , when my users click that link they can download a file
    how can i do that
    i use the thread
    Re: Download File Link in jspx
    but not works for me
    could any one help me to sort out the issue
    Thanks in advance

    Hi,
    i want to make a link on my web page , when my users click that link they can download a file
    how can i do that
    i use the thread
    Re: Download File Link in jspx
    but not works for me
    could any one help me to sort out the issue
    Thanks in advance

  • I am using Mac OS X Lion 10.7.3 with Safari 5.1.5, to download files i use secondary click then followed by download linked file, now i am unable to download by that way previously i did. why?

    i am using Mac OS X Lion 10.7.3 with Safari 5.1.5, to download files i use secondary click then followed by download linked file, now i am unable to download by that way previously i did. why? please help me downloading files using that way

    What happens when you try?

  • File Download In Button not link

    Hi
        I want to download a file from my application for that i have used the file download UI element but that file download looks like a link but i want it to look like a button not link for that i tried to change its type property but it don't give me looks like button so please help me out in downloading the file by clicking a button (not link)
    Thanks in advance

    Hi Ninad,
    Insert button, for action handler put something like:
         final byte[] content = //get content of the file;
         final IWDCachedWebResource resource = WDWebResource.getWebResource(content, WDWebResourceType.<APPROPRIATE_MIME_TYPE>);
         try {
              final IWDWindow window = wdComponentAPI.getWindowManager().createExternalWindow(
         resource.getAbsoluteURL(), "Window title", false);
              window.open();
         } catch(Exception e) {
              wdComponentAPI.getMessageManager().reportException(new WDNonFatalException(e), false);
    Best reagrds, Maksim Rashchynski.

  • HT201413 I purchased an album online with my ipad2 directly from the artists website.  I received an email containing the link to allow me to download it.  I tapped on the link and the MSG came up saying Safari is unable to download file.  Any ideas?

    I purchased an album online with my ipad2 directly from the artists website.  I received an email containing the link to allow me to download it.  I tapped on the link and the MSG came up saying Safari is unable to download file.  I have downloaded apps before with no problems.  This is the first music download I have purchased on my ipad2.  Maybe it has something to do with the security on the email I received from the artist containing the download.  I have the latest iTunes OS and apple iPad 2. O.S.  Any ideas on what to do?

    You can't download music via Safari on the iPad - you will need to download it on your computer, add it to your computer's iTunes, and then sync it to the iPad.

  • How do i download files from links?

    In 2012, one were able to download files from links(like in BIG FF), but after the new updates its no longer possible. Realy REALY anoying....

    I was under the impression that tis was a forum for Firefox MOBILE. This issiu only applies on mobile platform, Android.
    The Mobile platform was able to do what BIG FF can; Save link as... but after 2012 nov, the feature was abbanished.

  • When using Safari I am sometimes needing to pull up links and when I click on it, it just pulls up a gray screen. Is there something I need to download to allow certain links/files?

    When using my Macbook Pro sometimes I am needing to click a link in Safari to pull up a file and all I get is a gray screen. Is there something I need to download to enable certain file types or links?

    Could you post a picture?
    A gray screen could be either a crash or a plugin missing

  • Can't download files after Snow Leopard upgrade

    Hello all,
    yesterday I upgraded my leopard to snow leopard, since then I cannot download files with safari (also tried firefox, camino). When I click some link it looks like its going to start downloading but it doesn't. Most of the links are .dmg files. I have tried these steps so far but the problem still occurs.
    1) Repair the Disk Permissions.
    2) Downloaded onyx to clean the system.
    3) Cleaned the safari cache and settings, as well as the plugins directory.
    4) installed firefox and camino but they act the same.
    5) I uninstalled iGetter (if I copy the link location and add it to iGetter I can download the file).
    6) I created a new User to check if the problem was system wide or with the user account. The problem is the same in the new user account as well.
    Any ideas what to try next ?
    Thank you all in advance.
    John.
    ps: I have 10.6.2 and safari 4.04.

    Try using your OnyX to clean the LaunchSevices caches, or use Terminal.
    Launch /Utilities/Terminal and copy & paste this at the command line to rebuild LaunchServices:
    Code:
    <pre class="alt2" style="margin:0px; padding:3px; border:1px inset; width:640px; height:34px; overflow:auto">/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user</pre>
    Then press return. Wait until terminal returns to the command line. Quit Terminal. After that, log out and back in or restart. Let us know
    -mj

  • Excel files with fields linked to other excel files take a long time to open from SharePoint library

    Trying to track a problem for a user.
    Most of the documents opened from our SharePoint libraries appear to open in a timely fashion.
    But...one user has noticed an issue, and I just noticed something with her files that are a little less common than other stuff we've seen.
    she has a lot of pricelist excel files.  there are some master price list files, and then other files that link to fields from within the master files.
    the files that contain links to other files appear to be the ones that open very slowly.
    the files are being opened via excel itself, not the owa viewer or editor.
    is there a trick to setting up either the library, the site, site collection or web app... or some client-side setting that affects how quickly/efficiently excel will open files that link to other excel files shared within sharepoint?

    Hi  carphuntin_god,
    According to your description, my understanding  is that when you click a hyperlink which redirect to other files , the file are opened very slowly via excel client.
    How about you download the same file and open it using excel client? If it is opened quite fast, the issue should be caused by some third-party add-ins in the office program or antivirus soft.
    Here is a similar thread you can have a look:
    http://social.technet.microsoft.com/Forums/en-US/ff0c5306-5300-4010-a760-c4cca320b6fc/excell-file-taking-long-time-to-open-and-edit?forum=officesetupdeploylegacy
    http://social.technet.microsoft.com/Forums/en-US/5c746958-418a-44f6-a777-9f8bddf6dbb6/sharepoint-file-open-takes-long-time?forum=sharepointdevelopmentlegacy
    If you want to open the files using excel service after click the link in the excel file, you can create the hyperlink in the following way:
    General Syntax:         
    http://<server_name>/<site_name>/_layouts/ xlviewer.aspx?id=<workbook path>&range=<location>
    For example:              
    http://CorpServer/DeptA89/_layouts/ xlviewer.aspx?id=http://Mfct/Stats/Shared%20Documents/Parts.xlsx&range=Widgets!A1:F25
    For more information: 
    http://office.microsoft.com/en-001/sharepoint-server-help/using-hyperlinks-in-excel-services-HA010173679.aspx
    If you want to open the files using Office Web Apps after click  the link in the excel file,  you can create the hyperlink in the following way:
    http://<server name> / <site name> / <library name>/<your file name> ?web=1
    For example:
    http://sp/Shared%20Documents/exceltest.xlsx?Web=1
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Download File from Directory

    Is there an easy way to have a stored procedure download a file from an oracle directory.
    I create a directory like so:
    create or replace directory MY_DIR as '/tmp'
    /I place a file in it: data.csv
    I have a button on a page with a link target of url and a url like: #OWNER#.download_csv('data.csv')
    I have tried to use the howto on uploading and downloading files as a guide. But I'm trying to avoid having to create a table to first upload my file into before downloading.
    Any ideas?

    Denes,
    Yes, I use java to scan the directories.
    Getting directory listings is pretty much the only thing I use java for.
    I modified a procedure I found on AskTom.
    1. I don't get the mime_type. Since it's for my own use, I assume that all the files I scan are 'audio/x-mp3'.
    But, having a table that maps file extensions to mime types wouldn't be hard to implement.
    Here's a list: http://www.w3schools.com/media/media_mimeref.asp
    2. I am only scanning local drives. (And I'm using 10.1.0.3)
    I imagine that some permissions would need to be set to access remote files.
    http://download-east.oracle.com/docs/cd/B19306_01/java.102/b14187/chnine.htm#BABBIAGC
    Also, even if java can read the remote files, Oracle might not be able to read a BLOB from a remote file.
    Then you'd have to load your BLOB through java too.
    3. I am only saving the file name, but I do check the isDirectory attribute to recurse through sub folders.
    The java File object has access to all of the other file attributes too, like size and modification date, etc.
    Here is my java stored proc. It inserts the list of files it finds to a temp table.
    I have PL/SQL procedures that take the list of files and
    create Oracle directory objects and add entries to a table with a BFILE column.
    create or replace and compile java source named mp3list as
    import java.io.*;
    import java.sql.*;
        public class MP3List
        public static void clearList() throws SQLException
           #sql { DELETE FROM TEMP_LIST};   
        public static void getTracks(String directory) throws SQLException
           File path = new File(directory);
           File[] FileList = path.listFiles();
           String TheFile;
           Timestamp ModiDate;
           for(int i = 0; i < FileList.length; i++)
               TheFile = FileList.getAbsolutePath();
    if (FileList[i].isFile() ) {
    #sql { INSERT INTO TEMP_LIST (FILENAME)
    VALUES (:TheFile ) };
    if (FileList[i].isDirectory() ) {
    getTracks(TheFile);
    public static void getAllTracks(String directory) throws SQLException
    clearList();
    getTracks(directory);
    This is the PL/SQL wrapper for it:
    procedure get_all_tracks( p_directory in varchar2 )
    as language java
    name 'MP3List.getAllTracks( java.lang.String )'; Doug

  • "Download File from disc"

    I'm building an interactive DVD that runs from Mac/PC
    projectors.
    The final menu on this disc links to multiple image files on
    the disc that are intended to be downloaded to the user's desktop.
    I've used the getURL to link to these images from the menu
    buttons, but this technique only seems to work on PC (aside from an
    annoying empty browser window that pops up along with the download
    prompt).
    The Mac (OSX) attempts to locate the images from the web, and
    not from the disc.
    Anyone know of a script or command other than "getURL" that
    will allow the user to "Download File" or "Save File As"?
    Thank you!
    -eric

    Hey,
    Unfortunately this does not work,
    I click my button, the dialogue box opens, I click save, but
    nothing downloads??
    I've checked everything - file paths, code - it's all as
    meant to be.
    But my files just never download?
    Is there a step I'm missing? A setting in SWF export?
    Thanks for the help,

Maybe you are looking for

  • Is there a way to display the legend for a chart, but not the chart?

    Hi, I have a stacked column chart and a line chart on top of each other.   I can't use the legend for the stacked column chart because the data will change from month to month, and the 2 charts will not be aligned.  I copied the stacked column chart

  • Backing up two hard drives

    I was using Time Machine to back up the hard drive on my desk top and to back up an external hard drive that contains all of my video work. I erased the hard drive containing the backups and excluded all other hard drives except for the hard drive on

  • In Requestor POWL, Shopping cart Related/Follow on documents should display as columns in POWL Table

    Hello Experts, Currently we are in SRM 7.02 implementation, for this we got requirement like below. In Requestor POWL, Shopping cart related/follow on documents should display as columns in POWL. Please suggest me on this, how can i achieve this requ

  • Auto Logoff while in Shared Services Security Mode

    Pretty simple question but I still haven't found the answer. My client's essbase server is set up in Shared Services Security Mode, so now the auto logoff options for the server don't apply. Is there a way to set this via shared services? Or is there

  • Update flash player- password issue

    Adobe Flash player update is asking for my password which is valid and lets me into my account online, but will not allow me to update Flash Player..... advice?