Downloading Flash in a zip file

Hi,
Is it possible to download Flash Player in a zip file format,
with only the files NPSWF32.dll, flashplayer.xpt, GetFlash.exe and
GetFlash.exe.manifest?
The idea is to unzip those files in Mozilla Firefox's
\plugins and \components (for flashplayer.xpt) and, after that, we
have Flash running in a Windows box. We can do it in Linux.
It'll be nice if Macromedia disposes this kind of download
for Windows users, especially users like me, who download Firefox
in zip files (I avoid MSI and EXE installers as much as possible).
Thanks in advance,
Wilson.

Got the solution:
Here is the way I can write the download a file , unzip it and write onto disk.
URL url = new URL(urlString);   
               URLConnection connection = url.openConnection();
               GZIPInputStream zipStream = new GZIPInputStream(connection.getInputStream());
               byte[] buf = new byte[1024];
               int len;
             OutputStream out = new FileOutputStream(outFilename);
               while ((len = zipStream.read(buf)) > 0)
                  out.write(buf, 0, len);           
               out.close();

Similar Messages

  • Download report as compressed/zip file

    Hi,
    i was wondering if it is possible to download a report compresed/(zip file). Some reports are more then 10MB and it's sometimes timeconsuming to download it to you local machine via a slow internet connection. If this is possible.. Is it then also possible to create an Ibot to sent a zipped report to mail :)
    regards,
    Osman

    I don't think you can compress a file or zip it and then download it. But you can schedule an ibot to download the file to a local drive using javascripts at night when no one is around and it doesn't matter how long it takes. Then, if you need to email them out, you can zip them there and email them. Here are some links that will help you with the javascripting:
    http://oraclebizint.wordpress.com/2007/12/17/oracle-bi-ee-101332-calling-java-scripts-and-java-classes-from-ibots/
    http://sureshotstrategies.wordpress.com/2008/04/12/writing-ibots-results-to-a-file/

  • Ya, try to download a 700 MB zip file !! with whatever available means

    Please a bit more commercial efforts, even if your name is ORACLE
    Because at the end it is in your interest !!
    Have you ever tried to download a 700 MB zip file !! to your private PC ? Me, I don't even dare to try!

    What is your question? I downloaded them without problems? Obviously if you are on a dial-up connection this is not an option.

  • Bad Link In download SubInACL for reset_fp10.zip file

    Someone must have updated the page and pasted the wrong link into the 'download reset_fp10.zip file' link, because it just reloads the same page it's already in, instead of loading a .zip file.
    See http://kb2.adobe.com/cps/494/cpsid_49419.html

    I'm still having a permissions problem on one of my user accounts on an xp
    sp3 Home edition system.  Maybe you can give me some guidance.  The user
    account is the original owner admin account, and plays flash content, has a
    successful installation according to the Adobe sites, but won't play linked
    flash windows or pop-up flash links.  This owner account was set as limited,
    but is changed to admin sometimes for installations, etc.  The flash problem
    dates back  more than a year, I believe, but I've only recently started
    wrestling with it.
    (See this forum thread for details:
    http://forums.adobe.com/message/2173329#2173329 )  and also here
    (http://www.aumha.net/viewtopic.php?f=7&t=41587&start=0).
    I tried using the script from this artilce:
    (http://www.winhelponline.com/blog/reset-the-registry-and-the-file-permissio
    ns-in-windows-xp/) to change all the registry permissions for all users, and
    had to restore the system because Flash would no longer install.
    Lately I've been using this article
    (http://kb2.adobe.com/cps/191/tn_19148.html) to try to check the registry
    permissions for that account, and noticed that whereas the Admin, System, &
    Creator\Owner has full control to this key & subkeys for most keys listed in
    the article, and users have read control to this key and subkeys, the
    (renamed) owner has (special) full control only to this key, and not
    subkeys.  Will that keep the pop-up flash links from running?  (I get a
    white window, and rt. Click gives non-working flash settings.)
    This is a poor description, I'm afraid, but I'm hesitant to alter the
    registry permissions without knowing exactly what permissions to grant this
    admin account, so I don't compromise the security of the system.  That was
    the reason for running as a limited account in the first place.
    Some keys simply don't have the renamed owner listed, and when I tried to
    add it in, wouldn't allow it because the object name couldn't be found.
    (for example, in swf key, where permissions list is Administrators, Creator
    Owner, System, Everyone, and Users).
    Yet the symptoms indicate that this particular user account is not getting
    permission to play linked flash content.
    If someone could give me an indication of which keys control that, or an
    understanding of whether this owner needs normal full & read permissions for
    this key & subkeys, as well as special full permissions for this key only,
    for whatever keys I need to check, I'd be relieved to experiment a bit and
    see if I can turn the flash on for that account.  Two other admin user
    accounts have no troubles playing any flash content at all.
    Thanks for any attention you may be able to divert in my direction.
    Sincerely,

  • Getting a StackOverflowError trying to download big content sync zip file

    We've noticed this happens when trying to download a big Content Sync zip file (typically of around 280MB, although recently we saw the same issue with a 250MB file, so we're not sure of the root cause of this).
    The only prerequisite to reproduce this issue is to configure your content sync to have > 250MB of content (in the form of images, html, js, etc).  The steps to reproduce are the following:
    Navigate to the content sync console URL: /libs/cq/contentsync/content/console.html
    Click on the 'Clear Cache' button.
    Click on the 'Update Cache' button.  No problems up to here, content sync cache (under /var/contentsync) is populated with expected assets and files.
    Click on the 'Download Full' button.  Almost immediately, the app crashes with the following stack trace:
    02.05.2013 00:56:14.248 *ERROR* [204.90.11.3 [1367455869892] GET /etc/contentsync/audiusa-retail.zip HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable java.lang.StackOverflowError
            at org.apache.commons.collections.map.AbstractReferenceMap.isEqualKey(AbstractReferenceMap.j ava:434)
            at org.apache.commons.collections.map.AbstractHashedMap.getEntry(AbstractHashedMap.java:436)
            at org.apache.commons.collections.map.AbstractReferenceMap.getEntry(AbstractReferenceMap.jav a:405)
            at org.apache.commons.collections.map.AbstractReferenceMap.get(AbstractReferenceMap.java:230 )
            at org.apache.jackrabbit.core.state.ItemStateReferenceCache.retrieve(ItemStateReferenceCache .java:147)
            at org.apache.jackrabbit.core.state.LocalItemStateManager.getItemState(LocalItemStateManager .java:171)
            at org.apache.jackrabbit.core.state.XAItemStateManager.getItemState(XAItemStateManager.java: 260)
            at org.apache.jackrabbit.core.state.SessionItemStateManager.getItemState(SessionItemStateMan ager.java:161)
            at org.apache.jackrabbit.core.ItemManager.getItemData(ItemManager.java:382)
            at org.apache.jackrabbit.core.ItemManager.getItem(ItemManager.java:328)
            at org.apache.jackrabbit.core.ItemManager.getItem(ItemManager.java:622)
            at org.apache.jackrabbit.core.LazyItemIterator.prefetchNext(LazyItemIterator.java:122)
            at org.apache.jackrabbit.core.LazyItemIterator.<init>(LazyItemIterator.java:104)
            at org.apache.jackrabbit.core.LazyItemIterator.<init>(LazyItemIterator.java:85)
            at org.apache.jackrabbit.core.ItemManager.getChildProperties(ItemManager.java:816)
            at org.apache.jackrabbit.core.NodeImpl$10.perform(NodeImpl.java:2178)
            at org.apache.jackrabbit.core.NodeImpl$10.perform(NodeImpl.java:2174)
            at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
            at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
            at org.apache.jackrabbit.core.NodeImpl.getProperties(NodeImpl.java:2174)
            at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:202)
            at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:1697)
            at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:219)
            at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:1697)
            at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:219)
            at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:1697)
            at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:219)
            at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:1697)
            at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:219)
    We've extended the content sync framework by writing 2 ContentUpdateHandler implementations.  Given that the content update process finishes correctly, we dont' think this is the root cause of the problem.
    Any help on this subject is appreciated.
    Thanks,
    -Daniel

    Hi Daniel,
        File daycare with steps to reproduce, logs, thread dump & hs_err file.
    Thanks,
    Sham
    @adobe_sham

  • ITunes U downloads Numbers as a .zip file to iOS

    I have uploaded six Numbers [v 3.2 (1861)] spreadsheets to an iTunes U course. Five of them download to my iPad [iOS 7.2] and open in Numbers, but one downloads as a .zip file and cannot be opened. This problem was identified by a student, so the same problem exists on other devices. All the spreadsheets were created in Numbers on my MacBook Pro [10.9.4] and uploaded to iTunes from the MacBook.
    Any suggestions?

    Ok-I have done the following: in this order
    1) scanned for viriuses with MSE & SPYBOT
    2) disabled DOWNLOAD MANAGER
    3) searched in Download Applications where .JPG is not listed but PICT file is (should I assume that it's the same thing?) with QUICKTIME as app.
    4) deleted MIME TYPE.rdf in the Profile Folder
    5) went to "about:config to reset 2 items suggested in Firefox Troubleshoot,
    but they were not listed.
    I need more suggestions PLEASE! Thanks.

  • How do i download the webex64.plugin.zip file?

    trying to get webex to work with Mountain Lion.  I've followed another user's post and think I'm down to the final step.  Need to download the file webex64.plugin.zip.  Can somebody direct me to this?

    It should download automatically, when you go to the URL for a WebEx meeting.

  • I downloaded a .zip file. It ate up my space and i cant find the file. How do i get this file off my phone?

    I downloaded a .zip file. It ate up my space and i cant find the file. How can i get this file off my phone?

    Not possible. Safari won't download and save a Zip file. You either had to use a 3rd party app, or as wjosten suggests, your phone is jailbroken. If the former, you'll need to use that app to find it. If the latter, you'll have to look elsewhere for assistance.

  • Zip File Download frustrations

    hi there.
    So, I am having some problems with some files. I'm downloading addons for an MMORPG but most of them are .zip files which is giving me a problem--they'll go to my download menu and get to a point before stopping and saying "cannot create file". I've searched other areas of the forum but haven't found out how to download and unzip (if necessary) the files.
    Any help would be greatly apprecaite. Thanks!

    Actually, it sounds to me like you aren't having a problem opening files you have downloaded, rather it sounds like you aren't able to download things to start with due to a permissions error of some sort at the download location.
    Try this:
    1. Create a new folder in your home folder and name it Downloads
    2. If you are using Safari, go to Safari's Preferences, click the General tab, and in about the middle you'll see "Save downloaded files to:"
    3. Click the double arrows select "Other" and then navigate to your new Downloads folder and select it
    4. Try downloading something again and see if it is successful
    If you don't get any errors, go to your new Downloads folder and double click the downloaded item. A zip file should unzip, a .dmg file (btw, it is dmg which means "disk image") should mount like any other disk, and you can run installers or drag and drop the contents to where you want them.
    Francine
    Francine
    Schwieder

  • Issue in Downloading or Identifying correct Software zip file of EBS R12 !

    Hi,
    I am confused a bit about downloading the EBS R12 software Link from https://edelivery.oracle.com/download/osdc_download_links.html.
    Could you please specify which software Link or rather zip file is accurate in order to download EBS R12 for Installing Vision Instance on Linux 32 bit server (
    ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), )
    -Linux x86
    B68323-01: Oracle Application Management Suite 12c for Oracle E-Business Suite Media Pack
    B64087-05: Oracle Enterprise Data Quality 8.1 Media Pack
    B63062-01: Oracle Application Management Suite for Oracle E-Business Suite 11g Media Pack (JP)
    B62239-02: Oracle Pedigree and Serialization Manager 1.1 Media Pack for Linux
    B60355-01: Oracle Contract Lifecycle Management for Public Sector Media Pack for Linux x86
    B59613-01: Oracle Strategic Network Optimization 12.1.3 standalone Media Pack
    B54649-01: Oracle E-Business Suite Release 12.1.1 Update Media Pack for Linux x86 (JP)
    B54655-07: Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86 (JP)
    B54645-05: Oracle E-Business Suite Release 12.1.1 (with NLS Supplement) Media Pack for Linux x86 (JP)
    B54487-07: Oracle E-Business Suite Release 12.1.1 (with NLS Supplement) Media Pack for Linux x86
    B54479-01: Oracle E-Business Suite Release 12.1.1 Update Media Pack for Linux x86
    Is this the correct software zip links (B54467-07) should i download all these software zip file in order to install R12 Vision instance ??
    B54467-07: Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86
    Part Number      Description      File Name      Size
    B53824-01      Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here      B53824-01_1of4.zip      29M
    B53824-01      Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here      B53824-01_2of4.zip      97M
    B53824-01      Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here      B53824-01_3of4.zip      393M
    B53824-01      Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here      B53824-01_4of4.zip      81M
    V15576-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1      V15576-01_1of3.zip      1.7G
    V15576-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1      V15576-01_2of3.zip      1.2G
    V15576-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1      V15576-01_3of3.zip      658M
    V15564-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1      V15564-01_1of3.zip      1.2G
    V15564-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1      V15564-01_2of3.zip      1.6G
    V15564-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1      V15564-01_3of3.zip      863M
    V15565-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 2      V15565-01_1of2.zip      1.5G
    V15565-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 2      V15565-01_2of2.zip      1.5G
    V15566-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3      V15566-01_1of3.zip      1.2G
    V15566-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3      V15566-01_2of3.zip      1.5G
    V15566-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3      V15566-01_3of3.zip      1.0G
    V15567-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4      V15567-01_1of3.zip      1.7G
    V15567-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4      V15567-01_2of3.zip      1.6G
    V15567-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4      V15567-01_3of3.zip      501M
    V15568-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5      V15568-01_1of3.zip      1.6G
    V15568-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5      V15568-01_2of3.zip      1.6G
    V15568-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5      V15568-01_3of3.zip      491M
    V15569-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6      V15569-01_1of3.zip      1.6G
    V15569-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6      V15569-01_2of3.zip      1.7G
    V15569-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6      V15569-01_3of3.zip      746M
    V15570-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7      V15570-01_1of3.zip      1.5G
    V15570-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7      V15570-01_2of3.zip      1.4G
    V15570-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7      V15570-01_3of3.zip      784M
    V15571-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8      V15571-01_1of3.zip      1.4G
    V15571-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8      V15571-01_2of3.zip      1.7G
    V15571-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8      V15571-01_3of3.zip      910M
    V15572-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9      V15572-01_1of3.zip      1.5G
    V15572-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9      V15572-01_2of3.zip      1.6G
    V15572-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9      V15572-01_3of3.zip      490M
    V15575-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Tools - Disk 1      V15575-01.zip      1.7G
    V15573-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1      V15573-01_1of3.zip      1.6G
    V15573-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1      V15573-01_2of3.zip      1.7G
    V15573-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1      V15573-01_3of3.zip      565M
    V15574-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2      V15574-01_1of3.zip      1.2G
    V15574-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2      V15574-01_2of3.zip      1.2G
    V15574-01      Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2      V15574-01_3of3.zip      1.1G
    Which of these software zip files should i download ???
    B53825-01      Oracle E-Business Suite Release 12.1.1 Documentation Library      B53825-01.zip      458M
    V17202-01      Oracle Succession Planning 12.1.1      V17202-01.zip      11M
    V18967-01      Oracle Product Hub for Communications, Release 12.1.1      V18967-01.zip      48M
    V18732-01      Oracle Rapid Planning 12.1.1 for Linux x86      V18732-01.zip      1.3G
    V19061-01      Oracle Supplier Hub Release 12.1      V19061-01.zip      582M
    V26710-01      Oracle Environmental Accounting and Reporting 12.1.x      V26710-01.zip      2.4M
    B50876-01      Oracle Database Lite 10g Release 3 (10.3.0.2.0) for Linux X86/AMD-64 (CD)      B50876-01.zip      450M
    B34625-01      Oracle SOA Suite 10g (10.1.3.1.0) for Linux x86 (32-bit) (CD)      B34625-01.zip      622M
    V20311-01      Oracle SOA Patchset 10.1.3.5 for Price Protection on Linux x86      V20311-01.zip      779M
    B24995-01      Oracle® Warehouse Builder 10g (10.1.0.4.0) for Linux x86      B24995-01.zip      547M
    B52379-01: Oracle Business Approvals Connector for Managers 1.0 Media Pack for Linux x86
    B18706-01: Oracle® Applications 11i Exchange Marketplace 6.2.5 Media Pack for Linux x86
    Kindly suggest !!
    Thanks & regards
    MZ

    Please see your other thread -- Re: Trouble in finding the EBS r12 downlaod link for Instal Vision instance.
    You need the following:
    B54467-07: Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86
    Part Number Description File Name Size
    B53824-01 Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here B53824-01_1of4.zip 29M
    B53824-01 Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here B53824-01_2of4.zip 97M
    B53824-01 Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here B53824-01_3of4.zip 393M
    B53824-01 Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here B53824-01_4of4.zip 81M
    V15576-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1 V15576-01_1of3.zip 1.7G
    V15576-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1 V15576-01_2of3.zip 1.2G
    V15576-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install RDBMS - Disk 1 V15576-01_3of3.zip 658M
    V15564-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1 V15564-01_1of3.zip 1.2G
    V15564-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1 V15564-01_2of3.zip 1.6G
    V15564-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 1 V15564-01_3of3.zip 863M
    V15565-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 2 V15565-01_1of2.zip 1.5G
    V15565-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 2 V15565-01_2of2.zip 1.5G
    V15566-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3 V15566-01_1of3.zip 1.2G
    V15566-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3 V15566-01_2of3.zip 1.5G
    V15566-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 3 V15566-01_3of3.zip 1.0G
    V15567-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4 V15567-01_1of3.zip 1.7G
    V15567-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4 V15567-01_2of3.zip 1.6G
    V15567-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 4 V15567-01_3of3.zip 501M
    V15568-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5 V15568-01_1of3.zip 1.6G
    V15568-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5 V15568-01_2of3.zip 1.6G
    V15568-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 5 V15568-01_3of3.zip 491M
    V15569-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6 V15569-01_1of3.zip 1.6G
    V15569-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6 V15569-01_2of3.zip 1.7G
    V15569-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 6 V15569-01_3of3.zip 746M
    V15570-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7 V15570-01_1of3.zip 1.5G
    V15570-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7 V15570-01_2of3.zip 1.4G
    V15570-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 7 V15570-01_3of3.zip 784M
    V15571-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8 V15571-01_1of3.zip 1.4G
    V15571-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8 V15571-01_2of3.zip 1.7G
    V15571-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 8 V15571-01_3of3.zip 910M
    V15572-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9 V15572-01_1of3.zip 1.5G
    V15572-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9 V15572-01_2of3.zip 1.6G
    V15572-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Databases - Disk 9 V15572-01_3of3.zip 490M
    V15575-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install Tools - Disk 1 V15575-01.zip 1.7G
    V15573-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1 V15573-01_1of3.zip 1.6G
    V15573-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1 V15573-01_2of3.zip 1.7G
    V15573-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 1 V15573-01_3of3.zip 565M
    V15574-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2 V15574-01_1of3.zip 1.2G
    V15574-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2 V15574-01_2of3.zip 1.2G
    V15574-01 Oracle E-Business Suite Release 12.1.1 for Linux x86 Rapid Install APPL_TOP - Disk 2 V15574-01_3of3.zip 1.1G
    Thanks,
    Hussein

  • How to open .zip files downloaded

    I've downloaded a number of zip files using Firefox Mobile, first clicking on the "Open" button after clicking on the link to the zip file (it didn't work) , and clicking "Save" and after downloading trying to click "Open" (it didn't work either).
    How do I open zip files downloaded with Firefox for Mobile? And where are they stored when saved?
    == Extensions installed: ==
    Weave Sync

    hi i m salim dhannani from india and i want to contack with you so plz contack with me , and i want shoes buckles if you have tahn plz send me

  • PDFs, ZIP files won't launch or download when clicked.

    When I click on a link to a pdf or zip file in Safari, I'm no longer able to view the pdf in my browser with the Preview plugin, nor am I able to download the pdf (or zip file.) On clicking, a new blank window launches, but that's it. Nothing downloads or loads.
    I've tried reinstalling Safari, and that doesn't work. Anyone have any thoughts?
    p.s. I want to view pdfs with Preview ideally, not Acrobat. Acrobat is way too sluggish.

    If you have Adobe Reader installed, there has to be a plugin installed in that folder, unless you deleted it at some point. It may be called AdobePDFViewer.plugin, and it can only be in that director path that I gave you: HD/Library/Internet Plug-Ins. Check to be sure it's not there.
    Once you're sure it's not there and Adobe Reader was deleted, quit Safari if it's running, paste this command in Terminal, press Enter, then quit Terminal:
    defaults write com.apple.Safari WebKitOmitPDFSupport -bool False
    Restart Safari and try dragging a PDF file from your Desktop or elsewhere on your Mac into an open window and it should display without any problem.
    Mulder

  • Invalid Zip file error after downloading Solaris 8

    Every time i download the solaris 8 binaries i keep getting the error "Cannot open file - It does not appear to be a valid archive" when trying to unzip the files using winzip 8. Also the files take very long to download as they are 300MB approx... but after all this time it says the files are only a few MB's in size! Can anyone shed some light as to what is happening here???
    Thanks

    I was getting a similar, if not the same, problem when I used IE 5.5 to download the file. It used to start extracting then stop about 75% of the way through and dump some error about the archive being corrupt and not being able to open it. After installing Netscape and disabling the download manager application, I was able to download and extrac the zip files with winzip 8 and also winrar without any problems.

  • Decompression failed errors when Safari attempt to download .zip files

    iMac
    Safari - 2.0.4 (419.3)
    Mac OS X 10.4.9
    For some reason I can no longer successfully download any Apple Widgets or other software downloads with a .zip extension. Safari simply reports a 'Decompression failed' error message within the Downloads window.
    The zip files appar on my Desktop but I cannot open them with either BomArchiveHelper or Stuffit 11.0.2
    The only things I have recently done is to install MYOB which I believe comes with it's own Stuffit version as part of the application but I am not sure if this is related as I have also applied the latest software updates from the Apple site.

    ... but I am not sure if this is related as I have also applied the latest software updates from the Apple site.
    That probably doesn't make any difference, since Stuffit Expander is not a part of Apple's software and updates.
    You might try reinstalling Stuffit Expander in case any of its components were overwritten by MYOB. Finding Stuffit Expander's installer isn't the easiest thing to do from the front page of their site. It can be downloaded here:
    http://www.stuffit.com/mac/expander/download.html
    It requires an email address to get the download link. Just use a junk address if that concerns you. But it does have to be a valid address so you can receive the link they'll send.

  • 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

Maybe you are looking for

  • How do I get back my missing Personal Hotspot on My ipad mini?

    I had t before and I don't know what I did but its missing. I tried resetting Network settings, restoring but nothing works.

  • Why can't i change the size of the taskbar

    I am trying the trial version of photoshop elements 13 and the taskbar fonts and icons are way to small and tiny. It is impossible to use this software when I can't see what I am selecting. It is frustrating. I have a 27" monitor that has a display o

  • Replace color issues

    This should be a piece of cake.  I scanned in a simple black brush stroke into photoshop and now want to change the color.  I cannot get it to change. Any Ideas on what I am not doing here.

  • I live in brasil but i want Muse in english!? can someone tell me how

    i live in brasil but i want Muse in english!? Can someone tell me how & where i can change the language? Thx

  • Windows SAP Start/Stop Scripting

    Hi all, We are working in SAP Start/Stop Scripts in Windows + SQL Platform. We need some help from your side.We run the command to stop SAP & then SAP is stopped.If SAP is not stopped,next service stop command should not run. How can i write in Scrip