ZIP Files upload

Hi Everyone,
I need to upload zip files into the KM repository and i am able to upload these files. but i am not able to access them.
Now the catch is when i try to access them from IE8 i fail at the task but when i try from google chrome i am able to access the file.
Could anyone get me the reason!
Best Regards,
Simran Matharu

Hi Simran,
Please check the IE8 browser settings and make changes accordingly. Also check the IE8 compatibitly for your server in service market place. http://service.sap.com/pam
Best Regards
Arun Jaiswal

Similar Messages

  • Zip file uploaded by CF can't be unzipped by CF or Java

    I'm having a WTF moment right now trying to track down this
    problem. I am creating a monitoring tool for our merge email
    system. What I would like to do is submit a job zip file through
    our upload form, in which case I just need to upload a zip file
    with cfhttp to the action page.
    What I'm running into is a problem unzipping the file when it
    is on the server. However if I go to the server the received file
    opens fine with WinRAR or Windows Explorer. If I manually go to our
    form and upload the exact same file it works fine. Really odd. I
    can only find very basic information about uploading files with
    cfhttp and tried all of the attributes that seemed logical.
    Attached is very basic example of the problem. It may end up
    being a bug in CF or something.
    The code does the following
    1. creates a text file
    2. creates a zip file with the text file
    3. tries to unzip the file to make sure it is fine
    4. uploads the file (processed by a <cfelse> block at
    the bottom)
    5. tries to unzip the file uploaded
    The error occurs in step 5. CF just can't unzip the uploaded
    file, but I can unzip it using other tools.
    ================

    danielmroberts,
    I tested it and received the same error. Using
    GetHttpRequestData() I did notice the size of the received file is
    usually 2b bigger than original. Though I do not know if that
    matters at all.
    The strange thing is if you add another parameter after the
    zip file (an empty text file or a form field), it suddenly works.
    <cfhttp url="
    http://#cgi.http_host##cgi.script_name#?upload"
    method="post" result="jobSubmitResult">
    <cfhttpparam name="zipfile" type="file"
    file="#path#temp.zip" />
    <cfhttpparam name="placeholder" type="FormField"
    value="Empty Field">
    </cfhttp>

  • Zip file upload to content area

    Has anyone tried zipping up a huge folder on the filesystem, say around a 100 files and uploaded the zip to a content ara folder? I could successfully upload the zip file but and then used the unzip link next to the uploaded content. It unzips as well, but when I click on the folder to view the unzipped files, before it could show me the 100 odd files, the server times out. I believe it is due to the number of files in a single folder. If I do the same thing with a hierarchy of folders and sub-folders containing only 10s' of files it works and displays the page to me with all links working.
    I hope you must have tried this, and pls. help me and provide me an alternative.

    check out this OSS Note No. 925327
    <a href="http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=925327">HTTP error: 411 Length Required in upload to content server</a>
    Regards
    Raja

  • Zip file upload

    When I do a bulk upload of .pdf files from an NT Server to Portal, some of the files are not showing up, without a corresponding error message in the log file ... do you know why?

    Thanks, Frank :)
    Yes, I did run "unzip in background" - are you saying that it works for you if you do not "run unzip in background?
    Hi Catherine,
    Did you run Unzip "Run Unzip In Background"?
    Uncheched works for me!
    Regards, Frank
    When I do a bulk upload of .pdf files from an NT Server to Portal, some of the files are not showing up, without a corresponding error message in the log file ... do you know why?

  • I am receiving an error message that my Adobe Captivate zip file is not a valid SCORM, AICC or IMS Content Package. What am I doing wrong?

    I am receiving an error message that my Adobe Captivate zip file is not a valid SCORM, AICC or IMS Content Package. This zip file has been published identically to my previous zip files. What am I doing wrong?

    First, go back into the CPTX source file and check that LMS reporting is indeed turned on and that it is set to SCORM etc.
    If that is OK.  Republish and use the Zip option in the Captivate Publish dialog settings to zip the file.  Don't zip it yourself.
    If your LMS still rejects this zip file, upload to SCORM Cloud and see if it rejects it too.

  • To upload the ZIP file and get the filenames available in ZIP file in ABAP

    Hi Experts,
    For my requirement, file from legacy comes as ZIP file with number of files in that.
    Please provide one code sample to upload the ZIP file from local workstation and get the filenames available in ZIP file to check few filename validation checks for the available files in report program.
    Thanks in Advance,
    Regards,
    Basani

    1. Copy the ZIP file into App server
    2. Call function
      call function 'RFC_REMOTE_PIPE'
        destination 'SERVER_EXEC'
        exporting
          command = command  " Unzip command gunzip /path & file
          read = 'X'
        tables
          pipedata = std_lines
    then you can read the files and can validate the file names

  • UWL Zip Configuration Upload "Unable to read file"

    Hi Folks,
    System Info:
    NW AS 7.02 JAVA Stack 702 Level 16
    Background:
    We're using the UWL for our Workflow based Approval Process in SAP FI-TV (Travel Management). For this we've been using the standard UWL configuration File com.sap.pct.erp.mss.tra (v.14 for WDA-Launchers) which is a zip containing the xml file and several property-files (for outsourced nationalized constants, as far as I understood). The Default action of most of the tasks is the opening of a WDA-Launcher which internally generates an ADS-based document containing facts about the trip which is then shown within that launched window/frame, i.e. a PDF.
    Problem / Analysis:
    We were recently contacted by angry endusers who complained about the fact that the window that is launched is not resizable and has no scrollbar which makes reading the form extremely tedious; and indeed, these properties are not set in the standard file. Assuming that Actions cannot be overridden/redefined like Views/Tasks with "high priority" etc. (is this the case? At least I haven't found a way) I have downloaded the standard zip archive, extracted the xml file, changed the window properties (added resizable=yes,scrollbars=yes), packed it back into a zip and uploaded, i.e. overwrote the original file. It then says the file has successfully been overwritten, after clearing the cache I can also see a new timestamp for the configuration, however the configuration has not really been updated, it's still the old one. Let me elaborate with some screenshots:
    Untouched original File:
    Changing the XML file:
    Reuploading the File allegedly succeeds with a happy message with a green information icon and there's a new timestamp after clearing the cache. However, my changes are not there:
    When I delete the original zip-file before uploading my changed one, I receive an error. I assume this error also silently occurs when I try to overwrite the existing standard file, but the system is a dirty little liar reporting a success.
    I believe this is the exact same problem the OP of the following thread has/had Error While uploading the Config ZIP back but it seems it has never been resolved. I can't find anything usable on SapXSearch either.
    Now, when I extract only the XML file from the archive and upload only that without all the property-files, then it works. However in that case, the UI looks terrible of course, because all the constants for labeling are missing, so that's not a feasible solution either.
    I fail to understand what the problem is. Does the portal need some kind of special archive-type? Some kind of special compression level or anything? I tried zipping the new zip-file with winzip and 7zip. Neither works and I don't get what's the source of the problem.
    Does anyone have an idea? Honor, glory and ponits shall be yours, if you do :-|
    Cheers, Lukas
    Message was edited by: Lukas Weigelt

    I am not sure what is causing the original problem, but I would image it has nothing to with the ZIP-format. When I upload UWL configuration files, I almost never even archive them - just upload the XML file as it is.
    Also, I never touch the original/standard files. I just upload my own file with high priority (and the file includes only the things that I want to change/replace (or the new stuff)).
    Also, could you do the needed change at the task level? Something like this:
    <ItemType name="uwl.task.webflow.TS90000001.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="pessimistic">
    <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS90000001" connector="WebFlowConnector"/>
    <Actions>
    <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" referenceBundle="startWD" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="zleavereq_approve"/>
    <Property name="WebDynproNamespace" value="sap"/>
    <Property name="WebDynproConfiguration" value="ZLEAVEREQ_APPROVE"/>
    <Property name="request_id" value="${item.Request_ID}"/>
    <Property name="fpm_hide_close" value="X"/>
    </Properties>
    </Actions>
    </ItemType>
    Regards,
    Karri

  • Upload ZIP files in Portal v2

    How do you upload a zip files in the portal v2.

    Hello,
    Well both procedures are good, the difference between them is that the first procedure has public execute and the second one does not have public execute that's why wasn't working...
    Regards.

  • Why can't I upload a .zip file to my Creative Cloud?

    Each time I try and upload a .zip file it gets about 80% complete then I get a message that says "Sorry, an error has occurred."  I've uploaded lots of .zip files in the past.  What has changed???

    JimHdk wrote:
    You can directly transfer photos via Bluetooth or WiFi between the iPhone, PCs, and Macs with an App like Photo Transfer.
    Huh? Bother to read the app description? Only works over WiFi.

  • How to upload a PDF file, zip it and download the zipped file?

    Hi Experts,
    I have a requirement to upload a PDF file, convert that to a ZIP file and download it. If anyone has worked on this requirement, can you please guide me on this? Thanks.
    Avi

    Here you go.  Hope it helps.
    REPORT  zrich_0004.
    DATA: lt_data TYPE TABLE OF x255.
    DATA: ls_data LIKE LINE OF lt_data.
    DATA: lv_zip_content TYPE xstring.
    DATA: lv_size  TYPE i.
    DATA: lv_filename TYPE string.
    DATA: lv_path TYPE string.
    DATA: lv_fullpath TYPE string.
    DATA: lt_filetab TYPE TABLE OF file_table.
    DATA: ls_filetab LIKE LINE OF lt_filetab.
    DATA: lv_rc TYPE sy-subrc.
    DATA: lv_content TYPE xstring.
    DATA: lo_zip TYPE REF TO cl_abap_zip.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_up TYPE string DEFAULT 'C:\upload.pdf' .
    PARAMETERS: p_down TYPE string DEFAULT 'C:\download.zip' .
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_up.
      REFRESH lt_filetab. CLEAR ls_filetab.
      cl_gui_frontend_services=>file_open_dialog(
          CHANGING
            file_table              = lt_filetab
            rc                      = lv_rc
        EXCEPTIONS
          OTHERS                  = 5 ).
      READ TABLE lt_filetab INTO ls_filetab INDEX 1.
      IF sy-subrc = 0.
        p_up = ls_filetab-filename.
      ENDIF.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_down.
      CLEAR: lv_filename, lv_path, lv_fullpath.
      cl_gui_frontend_services=>file_save_dialog(
         CHANGING
           filename             = lv_filename
           path                 = lv_path
           fullpath             = lv_fullpath
         EXCEPTIONS
           OTHERS               = 4 ).
      p_down = lv_fullpath.
    START-OF-SELECTION.
      CREATE OBJECT lo_zip.
    * Read the data as a string
      cl_gui_frontend_services=>gui_upload(
        EXPORTING
          filename                = p_up
          filetype                = 'BIN'
        IMPORTING
          filelength = lv_size
        CHANGING
          data_tab                = lt_data
        EXCEPTIONS
          OTHERS                  = 19 ).
    * convert binary to xstring
      CLEAR lv_content .
      CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
        EXPORTING
          input_length = lv_size
        IMPORTING
          buffer       = lv_content
        TABLES
          binary_tab   = lt_data
        EXCEPTIONS
          failed       = 1
          OTHERS       = 2.
    * Get the file name of the uploaded file
      DATA: lv_upfilename TYPE string.
      DATA: lv_tmp TYPE char1024.
      DATA: lv_tmp_file TYPE char1024.
      lv_tmp = p_up.
      CALL FUNCTION 'STRING_REVERSE'
        EXPORTING
          string  = lv_tmp
          lang    = sy-langu
        IMPORTING
          rstring = lv_tmp.
      SPLIT lv_tmp AT '\' INTO lv_tmp_file lv_tmp.
      CALL FUNCTION 'STRING_REVERSE'
        EXPORTING
          string  = lv_tmp_file
          lang    = sy-langu
        IMPORTING
          rstring = lv_tmp_file.
      lv_upfilename = lv_tmp_file.
    * add to zip file.
      lo_zip->add( name = lv_upfilename content = lv_content ).
      lv_zip_content   = lo_zip->save( ).
    * Conver the xstring content to binary
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer        = lv_zip_content
        IMPORTING
          output_length = lv_size
        TABLES
          binary_tab    = lt_data.
    * download
      cl_gui_frontend_services=>gui_download(
          EXPORTING
            bin_filesize = lv_size
            filename     = p_down
            filetype     = 'BIN'
          CHANGING
            data_tab     = lt_data
          EXCEPTIONS
            OTHERS       = 24 ).
    Regards,
    Rich Heilman

  • Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    You can publish Adobe Presenter Projects to your Moodle LMS (this will work for many other LMS’ too.)Please follow the steps as mentioned in the blog linked below.
    https://blogs.adobe.com/presenter/2013/08/step-by-step-how-do-i-publish-my-presenter-cours e-to-my-learning-management-system.html#more-6260
    Regards,
    Rajeev.

  • I can't upload our packaged app. Each time I attempt to upload the zip file the system uploads it and then it gets stuck on the "validating .....zip" part. :(

    I have created an app in accordance with your requirements. Most notably, the app runs well and error free in your provided simulator. However, as I attempt to submit the app on the https://marketplace.firefox.com/developers/submit/ page, immediately after the .zip file (contains the required manifest.webapp in the root directory) is uploaded, the system just gets stuck at the "uploading APP.zip" part and I am never allowed to proceed. This is quite frustrating. Any help with this matter would be greatly appreciated.
    Regards,
    Ethan-Anthony

    Hi,
    This is more of an end user support forum so I'm not sure that many of the people here are best placed to answer questions about submitting apps to the marketplace.
    The best thing would probably be to connect to the #app-reviewers team via IRC. Then you can chat directly with them and get answers to your questions.
    See here for details on how to connect to IRC: https://wiki.mozilla.org/IRC
    Alternatively you can email: [email protected]
    Also see here for more information on Reviewers/Apps/Testing:
    https://wiki.mozilla.org/Marketplace/Reviewers/Apps/Testing

  • Uploading zip file to server

    Hi,
    I want to upload a zip file in some server location,till now i have below code,but not able to get any clue how to upload zip file to server when user press Begin button.
    Can someone please help me?
    >
    JSP code:
    <af:inputFile label="Upload:"
    valueChangeListener="#{ifarm.fileUploaded}"/>
    <af:commandButton text="Begin"/>
    Bean code :
    public void fileUploaded(ValueChangeEvent valueChangeEvent) {
    UploadedFile file = (UploadedFile) valueChangeEvent.getNewValue();
    if (file != null)
    System.out.println("************** "+file.getFilename().toString());
    >>

    All you need to do is to get hold of the input stream of the upload file and copy it to an file on your server (which you can create).
        public static int copy(InputStream input, OutputStream output)
                throws IOException {
            byte[] buffer = new byte[1024 * 4];
            int count = 0;
            int n = 0;
            while (-1 != (n = input.read(buffer))) {
                output.write(buffer, 0, n);
                count += n;
            return count;
        public void fileUploaded(ValueChangeEvent valueChangeEvent) {
            UploadedFile file = (UploadedFile)valueChangeEvent.getNewValue();
            if (file != null) {
                File ff;
                try {
                    // create a temporary file on the host server
                    ff = File.createTempFile("xx", "yy");
                    FileOutputStream os = new FileOutputStream(ff);
                    IOUtils.copy(file.getInputStream(), os);
                } catch (IOException e) {
                    e.printStackTrace();
                System.out.println("************** " +
                                   file.getFilename().toString());
        }Timo

  • Allowing only zip files to be uploaded through af:inputFile ( in jdev 11g )

    I am able to upload all kinds of files through af:inputfile tag. I want to allow only zip files to be uploaded though the af:inputFile tag. Does inputFile provide any feature of this sort???

    Let me address two issues here:
    1. Chris has posted a correct answer about how to write a ValueChangeListener to allow only zip files. However, by the time this code runs, the file has actually already been uploaded to temporary storage. All this code does is specify what to do with the file once it is on the application server. So if you want to prevent the file from being uploaded unless it is zipped, this catches it too late. To catch it earlier, you have to write your own UploadedFileProcessor, and configure ADF to use it. Read more in Appendix A, section A.6.2.11 of the Fusion Web User Interface Developers Guide for Oracle ADF 11g.
    2. While you have to write some code to handle uploaded files yourself (hey - it isn't a lot of code, and I don't care how declarative ADF is, sooner or later you're going to write a little code) if you are uploading to an ORDSYS.ORDDOC column in your Oracle database, ADF CAN do that declaratively.

  • Upload ZIP File

    Hi Experts,
    Is it possible to upload multiple files or can we upload a ZIP file in web dynpro abap????
    I got to know about an intersting UI element of AcfUpDownload UI element, but still am not getting clear on it.
    Also I have checked in this link Web Dynpro ABAP Tutorial: ACFUpDownload and ACFExecute as well as standard component WD_TEST_APPL_ACFUPDOWN. But now I have confused a lot
    Please give me some idea, as how can I go ahead for uploading ZIP files.
    BR,
    RAM.

    Thanks Kiran,
    I was waiting for your reply only
    Even I saw the same Flash Islands wiki, but thought that I can do the same thing using normal web UI element itslef.
    Also please clear me one thing Kiran, can I use the File Upload UI element for uploading the ZIP File???
    As my client already has ZIP file in hand, I don't wish to go ahead for CL_ABAP_ZIP again.
    BR,
    RAM.

Maybe you are looking for

  • Does the 'CallSapAdapter' adapter module perform the FCC?

    Hello, I have a scenarion where Step 1 - An encrypted file has to be picked by the sender file channel Step 2 - It has to be decrypted (we have developed an adapter module for doing this, so no problem with that) Step 3 - It has to be FCC'ed (since i

  • Publishing without a .mac account??

    Hi all, I have a .mac account but want to create a site with lengthy podcasts and the like. So i have some server space I use which I want to publish my site to. I know how to use a client and upload the whole folder but is there a way in iweb or a c

  • Excess Raw Material  issue & FG reciept in Make to order Production

    In MTO Scenario I have created sales order for 10EA.After MRP run planned order of 10EA was created.I converted to Production Order.GI of raw material & GR for FG happens during order confirmation.If for that customer during Production physically 11E

  • QuickTime Interactive Movie Playback Controls

    When playing Quicktime interactive movies as slide shows full screen, are there any navigation options while remaining in full screen? I want to be able to jump to other parts of the presentation without existing full screen.

  • News YTD, YTD LY, MTD measures in OBIEE repository

    Hello All, I wanted some help in creating the following kind of measures: 1) YTD LY E.g if today is 25/12/2013 It should give the total of all sales from 01/01/2012 to 25/12/2012 2) YTD E.g if today is 25/12/2013 It should give the total of all sales