Website image and zip file download links not working in Dreamweaver Air application

Hi
I have successfully created and AIR app for an existing business website using the Dreamweaver AIR Extension. The site works very well in all respects except for the part where we have high resolution images and zip files available for download. The download links refuse to do anything, and right-click (PC) / ctl-click (Mac) does nto work either.
I suspect this may be an AIR sandbox/security issue but am I correct and what can I do to fix it?
Thanks in advance for any assistance you may be able to give.
Martin

I am now facing the same problem. I wrote a servlet .
code like this
         response = (HttpServletResponse) faces.getExternalContext().getResponse();
         response.setContentType("application/x-download");
         String agent = request.getHeader("USER-AGENT");
         boolean isIE=false;            
        if (null != agent && agent.indexOf("MSIE")!=-1) { 
            isIE=true;
        if (isIE) {
            fileName = URLEncoder.encode(fileName, "UTF-8");
        } else {
            fileName = new String(fileName.getBytes("utf-8"), "ISO-8859-1");
        response.setHeader("Content-Disposition","attachment;filename="+fileName);
        ServletOutputStream os = response.getOutputStream();
        byte b[]=new byte[1024];
        int n;
        while((n=in.read(b))!=-1){
            os.write(b,0,n);
       in.close();
       os.close();
and i open a new window refer to above jsp ,also i set a breakPoint at os.close(),the program has passed through,but nothing happened in the window.
If i use IE or FF ,the browser will open a small window to allow me select whether open or  save the file.So can anybody give me some advice.Is it because air using webkit engine and the engine does not do this kind of job?
        Thanks.

Similar Messages

  • Download link not working in Adobe AIR app.

    I wanted to let users browse my site as a desktop application,
    but didn't have the time to write an application from scratch. SO tried following trick. Created a simple Adobe AIR application with a single page. This page redirects to my website and hence loads the website in the AIR window.
    Everything is working fine except that the download links are not working. The download doesn't start. Nothing happens. What is the solution here? Any help is appreciated.

    I am now facing the same problem. I wrote a servlet .
    code like this
             response = (HttpServletResponse) faces.getExternalContext().getResponse();
             response.setContentType("application/x-download");
             String agent = request.getHeader("USER-AGENT");
             boolean isIE=false;            
            if (null != agent && agent.indexOf("MSIE")!=-1) { 
                isIE=true;
            if (isIE) {
                fileName = URLEncoder.encode(fileName, "UTF-8");
            } else {
                fileName = new String(fileName.getBytes("utf-8"), "ISO-8859-1");
            response.setHeader("Content-Disposition","attachment;filename="+fileName);
            ServletOutputStream os = response.getOutputStream();
            byte b[]=new byte[1024];
            int n;
            while((n=in.read(b))!=-1){
                os.write(b,0,n);
           in.close();
           os.close();
    and i open a new window refer to above jsp ,also i set a breakPoint at os.close(),the program has passed through,but nothing happened in the window.
    If i use IE or FF ,the browser will open a small window to allow me select whether open or  save the file.So can anybody give me some advice.Is it because air using webkit engine and the engine does not do this kind of job?
            Thanks.

  • Purchased Lightroom 5 and Download link not working. Please advise

    I have Purchased Lightroom 5 followed the download instructions and Download link not working.
    I get a dialog box stating that I have Explorer 4 and I need a later version.
    I am in fact running Explorer 10.
    Please advise.
    Bob Spree
    England

    Please see http://forums.adobe.com/thread/1229333 where this topic has been discussed.

  • Verizon Access Manager Download link not working

    Hi,
              Verizon Access Manager Download link not working, Following Links
    http://www.vzam.net/download/download.aspx?productid=872
    http://pcdn2-download.vzw.com/win/7.7/VZAM_7.7.1_2727b-AC30-Web.exe
    plz help to download verizon five spot access manager.
    thanks
    karthirocks

        Hi karthirocks! I'm sorry to see you're having any difficulties using these links. I've clicked on both, but had no problems getting pages to launch or in getting the application to download. If this is still a problem for you, please describe the issue you're experiencing. Also, please share the browser version you're using, and if you've enabled any security feature that prevents access to certain secure sites or services. Thanks!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • CD installation disk download link not working

    I'm trying to download the CD installation disk for the WRT400N.  The disk came with the router
    but the glue on the label got on the disk and makes it almost unreadable.
    Can someone check that link to see why the .iso file is only a couple of bits in size?  Should be @400mb.
    Thanks

    Yes, it can be configured without the disk, I realize that.  This is my first experience with routers and wi-fi, so I would like a better copy of this disk I paid for.  But the link for that download does not work.  I was addressing that.
    The disk I got had a dot of glue from the label on it and while it worked, it took almost half an hour to get it done.
    Part of the disk is unreadable when I tried to copy it, so I want to download the .iso file to create a backup disk.
    That's it!

  • Crawl, Index, and Search Any Web Site Download Link not working

    On the page:
    http://otn.oracle.com/sample_code/products/text/htdocs/crawl_search_web/Crawl_search_web_readme.htm
    There is sample code and a link to download the NT kit. The zip file is blank. Can I get the examples?
    Thanks,
    Linda

    I am now facing the same problem. I wrote a servlet .
    code like this
             response = (HttpServletResponse) faces.getExternalContext().getResponse();
             response.setContentType("application/x-download");
             String agent = request.getHeader("USER-AGENT");
             boolean isIE=false;            
            if (null != agent && agent.indexOf("MSIE")!=-1) { 
                isIE=true;
            if (isIE) {
                fileName = URLEncoder.encode(fileName, "UTF-8");
            } else {
                fileName = new String(fileName.getBytes("utf-8"), "ISO-8859-1");
            response.setHeader("Content-Disposition","attachment;filename="+fileName);
            ServletOutputStream os = response.getOutputStream();
            byte b[]=new byte[1024];
            int n;
            while((n=in.read(b))!=-1){
                os.write(b,0,n);
           in.close();
           os.close();
    and i open a new window refer to above jsp ,also i set a breakPoint at os.close(),the program has passed through,but nothing happened in the window.
    If i use IE or FF ,the browser will open a small window to allow me select whether open or  save the file.So can anybody give me some advice.Is it because air using webkit engine and the engine does not do this kind of job?
            Thanks.

  • CS3 Not loading from disc and download link not working

    I had to wipe my MacBook Pro hard drive.  I am now running Mavericks.  I bought CS5 as an upgrade to CS3 so CS3 is required to be on my computer before it will let me load the update.I have tried loading CS3 from the disk (I have my original discs) but it won't let me.  It gets stuck about 2/3rds of the way through install.  I've tried 4 times and I'm fed up. Nothing should be this hard. There is nothing wrong with my CD drive either, as I have loaded four other pieces of software that come on CD.
    I tried to download CS3 from the links that Adobe tells me to use but none of the links work.  I have searched for links in general, I have done specific searches in Adobe.  Everything I come across for the CS3 download gives me an error when I click on the Mac version to download (HTTP Error: 404/support/downloads/dlm/main.jsp).  I have switched off the pop up blocker as well and tried more than one browser when downloading.
    Does anyone have a work around?  I've paid over $4,000 for this software, I don't have the money to buy the latest version and I need to get my work done. I'm done with the stupidity of just trying to load this and I shouldn't have to buy the latest version just to be able to load my update.
    Please help if you can.
    SIncere thanks
    Hasmi

    you don't need to install cs3 in order to install your cs5 upgrade.  if you start the cs5 installation you will first be prompted for your cs5 serial number.  the installer will then 'look' for cs3 on your computer and failing to find that will then prompt you for your cs3 serial number thereby establishing that you qualify to install the cs5 upgrade.
    but if you want to install cs3:
    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10
    or:
    if you follow all 7 steps, you can download a trial via one of the links on this page using a browser that accepts cookies:  http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    and activate with your serial number.
    if you have a download problem (eg, you see an error page or you are offered an incorrect version), you probably didn't follow all 7 steps.  typically, failure to meticulously follow steps 1,2 and/or 3 is the problem, but your browser must also allow cookies so that (a restrictive browser setting) is another potential source of problems.

  • Wpg_docload.download_file to download a zipped file...not working

    I am working with APEX 4.1
    Within the application being developed, it is a requirement to be able to select multiple rows within an interactive report, then click a button to download these as a ZIP file.
    Currently, a field is populated that contains a colon-delimited list of ID values to determine which rows to download, like ":17:127:"
    Upon submitting the page files are chosen and zipped through a process, then downloaded through the same process.
    Here is the PL/SQL process for zip and download:
    declare
      g_zipped_blob blob;
      b_dl_file BLOB;
      v_filename VarChar(1000);
    begin
    for rec in ( select FILE_ID, FILENAME, FILE_BLOB
    from DD_FILES
    where instr(:P9_FILE_ID, ':' || FILE_ID || ':') > 0)
    LOOP
      zip_blobs.add1file( g_zipped_blob, rec.FILENAME, rec.FILE_BLOB );
    end loop;
      zip_blobs.finish_zip( g_zipped_blob );
      select sysdate into v_filename from dual;
      owa_util.mime_header( 'application/octet', false );
      htp.p('Content-length: ' || dbms_lob.getlength(g_zipped_blob));
      htp.p('Content-Disposition:  attachment; filename="'|| v_filename ||'.zip"');          
      owa_util.http_header_close;
      wpg_docload.download_file(g_zipped_blob);
    --dbms_lob.freetemporary( g_zipped_blob);
    end;add1file and finish_zip are stored procedures.
    Currently upon pressing the button, nothing happens(but the page is submitted, nothing seems to happen), although when testing the process, it returns what appears to be a text version of the BLOB (within the SQL commands section of the SQL workshop).
    Any reasons why this would be happening?
    Already posted this in the PL/SQL section but it seems to have been ignored.

    Hi,
    Rather than submitting the page I would try opening a new page (for example, by calling popUpNamed) passing the ids as a parameter to this page. Then have your download process as a before header process on this page.
    Use apex_application.g_unrecoverable_error := TRUE; at the end of your code to ensure that none of the page processing for this page is actually run.
    Rod West

  • Jco 2.1.7. Hotfix download links not working?

    Hi,
    I've tried to download the JCo 2.1.7. hotfix for r6000 (32-bit) and Intel (32-bit), but both links which were mentioned in Note 977407 are returning the error message 'Sorry, the file you want to download, is already deleted or the id is incorrect.'
    I used the links
    sapjco-ntintel-2.1.7 (Hotfix).zip:
    https://sapmats-de.sap-ag.de/download/download.cgi?id=FBXPWDKRIOCC531KROBJNJS2CXPKHS2J04OQ3BM1HUIA171M9U
    sapjco-rs6000-2.1.7 (Hotfix).tgz:
    https://sapmats-de.sap-ag.de/download/download.cgi?id=LZOJX35F3GPZO7DFP8J07PBC06BUWMTF1E2NTY6C0KTO1TV1IQ
    But the os390 link is working
    sapjco_os390_2.1.7 (Hotfix).tgz:
    https://sapmats-de.sap-ag.de/download/download.cgi?id=4DHOFHU208S151AD5IV0BFM23LP5SFZULRCS1KJA00SQ672OIL
    Has anybody the working id's or is the hotfix located elsewhere or am I using totally wrong way to locate the hotfix files?
    best regards,
    Juha

    hi juha,
    i can download them from SMP @ http://service.sap.com/connectors.
    on the navigation tree, go to Application Platform->Connectivity->SAP Java Connector->Tools&Services
    you will find the link <a href="https://websmp210.sap-ag.de/~sapidb/011000358700007415502002E#3">Download SAP JCo Release 2.1.7</a>.
    goodluck.
    jo

  • Safari Download links not working, opening new page

    Hi,  I am not to happy with the latest version of Safari, and it has made one problem worse.  When I click on a download link, more often than not, instead of getting a file to download, it opens a new page and appears to be loading the file as raw code.  I will see in the location bar at the top something like:
    download.php or FileName.zip, and it cycles a while until the full file is loaded but does not show anything by a blank page...   Before this version I could right click and choose save linked file As and it would usually work, but now that doesn't work.
    Anyone else seeing this problem or have a solution?
    I have speed downloader but I have it turned off for sites that were problematic, but  Safari doesn' seem to use it anyway, because when it works, it opens a Safari download window, not SD
    Thanks
    Jeff

    Quit Safari if it's running. Move the file
    Library/Preferences/com.apple.Safari.plist
    in your home folder to the Desktop. Test again. If downloading now works as expected, then that's where the problem lies. Otherwise, it's still somewhere in your Safari settings, but I wouldn't know where. You'd have to ask the "Speed Downloader" developer what to do next.

  • Download links not working? Have to rightclick everytime...

    Hi,
    This is weird and has me stumped. If I click a download link for a .zip or .dmg file in Safari or Firefox nothing happens. In order to download files I have to right-click the link and choose 'Download linked file', this works perfectly.
    I've tried changing the DNS servers but that didn't fix it. I also completely uninstalled safari and all .plist files and re-installed Safari, this didn't work. My MacBook, which is on the same network works fine.
    The issue is with ANY browser, not just Safari.
    Any ideas on a fix would be fantastic
    Dave

    Maybe you should boot from your install disc just in case, run Disk Utility to see if there are any errors on the startup disk.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. *Make sure there is always 10% to 15% free disk space*

  • Why does File send link not work? Even right clicking on my mouse doesn't work. Is there a fix for this?

    Why can I no longer send links to websites? Clicking File>Send Link doesn't work nor does right clicking on the mouse. Both worked prior to Firefox 6. I also can't send emails to websites that don't spell out their address but instead say "to send an email click here". Everything works fine in Chrome and Safari but not in Firefox.

    OK well after first reverting to an older version of firefox to get my right click menu options back I have since discovered one way that works but at a cost.
    By using the addon menu-editor it is possible to move the EMAIL LINK button from the file menu to the (Main Context Menu) ie the "right click menu" BUT you will loose the file menu button as there is no way to clone the button and only move a copy. Bunch of clowns that decided to do this I really don't know what they were thinking. Very VERY stupid move.
    Here is a link to the only option that works https://addons.mozilla.org/en-US/firefox/addon/menu-editor/
    Can you fellows/chaps <!--buggers--> at least provide a clone and move option in the menu-editor?

  • Solaris Download link not working

    Hi !
    The download lnk for oracle 10g solaris x86 is not wirking can sombody get me a link where i can download this packages
    Solaris 8 x86 is not available for download in sun's official site
    where can i get it .
    Thanks and regare

    Sanghai wrote:
    hi
    very thankful for your link it seems that my proxy server was not allowwing me to download the package
    I could have mark the question answered in my previous post
    but the question is not yet solved.
    how can i mark the question as answered without getting it answered.
    I mean i have hard time to fine the Sun Solaris 8 x86 download link.
    Thanks.:) Amazing. You still think that your question still NOT answered? :)

  • LR Download Link Not Working

    I am trying to download a trial version of Lightroom, but the link button does not respond. I have tried on two different computers.
    Here's the page:
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom
    I already have Creative Cloud subscription which now includes Lightroom. I have everything installed on two allowed computers. How can I get just Lightroom onto a third computer? Please tell me I don't have to purchase full product
    Okay, I found this link in another thread and it worked:
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    The link on the main download page does not work

    This thread about I E not working for the lightroom 4 download is from August of 2012.
    It's now November of 2012 and I found this thread after trying to download LR4 without success, using multiple computers with IE as the default browser.
    I just tried it with Chrome and it worked just fine.
    What the **** is going on here?
    IE is still a major browser and it appears the Adobe has completely ignored this issue.
    This is a problem with the Adobe site and there should be ramifications to Adobe for not even posting a warning on the download page so that people can at least use another browser and avoid so much troubleshooting.
    Again, this is from months ago.  You should be ashamed Adobe.  Utterly disgusting way to treat your clients.

  • Not Yet Documented ADF Sample Applications download link not working

    Steve Muench Not Yet Documented ADF Sample Applications located at http://blogs.oracle.com/smuenchadf/examples/
    The download link for the samples does not work. It directs us to Oracle JDeveloper Products Page instead.
    Clicking on the title of any sample application used to enable the download of the sample file. Now it points to http://www.oracle.com/technetwork/developer-tools/jdev/overview/index.html
    Is there an alternative way to download the sample applications?
    Thanks in advance for your help.
    Mitesh

    Unfortunately the link https://smuenchadf.samplecode.oracle.com/samples does not work. It gives message URL is not valid.
    Your samples are a very important source of reference for us. Hopefully all the samples can be migrated to the new site soon.
    I am using JDev 11.1.1.2. I am using editable checkboxes is a table with RowSelection = Single. When I click on a selectBooleanCheckbox on a different row other than the current table row, the checkbox value changes at first but immediately reverts back to the previous state. It works fine so long as I remain on current row of the table. If I turn RowSelection off then I don't face this issue.
    For information, I wanted to take a look at your sample 145. Using a CheckBox in an Editable Table with Boolean/Button Binding.
    Thank you for your help.
    Mitesh.

Maybe you are looking for

  • How to create own database in pc

    Hi All, I have installed oracle 10g in my pc. Now I need to create a database of my own in my pc. I searched many site in google but didnot find the sufficient information. Can any one explain me the process of creating a database Thanks Sunil

  • Unable to start Hyperion EPM Architect - Process Manager after upgrade

    Hi All, I'm unable to start Hyperion EPM Architect - Process Manager after upgrading from EPMA 11.1.1.3.0 to 11.1.1.3.03. I get the following error in the Event Viewer. Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.Proc

  • Header size, header field size etc.

    Hello, All! Please, answer me: how I can change default setting for the HTTP headers (=4 Kb as default), for a single HTTP header field (=3 Kb as default) and for the HTTP response body (=32Kb as default). Please help me. Thank's. Juri

  • ICloud Control Panel not staying resident

    I have installed iCloud Control Panel on 3 different PCs, each running Windows 7 64-bit Home Premium. I got everything working, while my wife was at work, and I wanted to show her how she could snap a picture and it would show up on her PC. I had set

  • Apple TV 3 error -3906

    Trying to connect the new Apple TV 3 wirelessly to a router (Fritz!Box 7390) on its 5GHz channel, but we keep getting error 3906 after entering the passkey. With other words, the Apple TV recognizes the router, but isn't able to go past the step of e