How to assign the downloaded file path in dropdown menu dynamically?

I have one jsp page. In that jsp page one dropdown menu is there. Dropdown menu contains "save" and "saved content". I download the file using "save" option in menu. That downloaded file path is assigned to the below of the "saved content" option. Then i clicked that downloaded file path, that file will be open.
My problem is how to assign the downloaded file path in dropdown menu. plz help me.

dittu wrote:
My problem is how to assign the downloaded file path in dropdown menu. plz help me.I don't understand your problem.

Similar Messages

  • In LSMW using BAPI Scenario, how to assign the same file to HEADER and ITEM

    Hi,
    i got a problem when we are in ASSIGN FILES step how to assign the same file to both HEADER and ITEM Structures?

    Hi,
    When defining the file in specify files step check the option 'Data for Multiple Source Structures'.
    Hope it helps.
    Thanks,
    Mahesh

  • How to specify the database file path when create FDM application

    Dear All,
    How to specify the database file path (MSSQL) when create FDM application?
    Right now, all data file are placed in the D:\ . I want to specify the database files (log and mdf file) in other place. How to do it?
    Thanks.

    Where is the highS2.xml located on the disk? If you add it to your project you should set its Build Action to Content and its Copy To Output Directory to Always in Visual Studio:
    Please remember to close your threads by marking helpful posts as answer once your issue has been solved and then start a new thread if you have a new question.

  • How to find the downloaded file. its not in the "downloads".

    how to find the downloaded file?

    Open Finder, and type "Today" in the search area in the upper right of Finder's window.
    Then click "Today" under "Dates" in the resulting drop-down menu.

  • How to specify the download file name??

    Hi guys~~~
    I have servlet which can generate a *.pdf file,I found if I didn't setContentType="application/pdf",I can download it!!But the download file name is my servlet file name.If I want to change the download file name,How do I do????
    thanx a lot!!!Best regard!

    Thanx for ur help...But I encounter a new charllenge now...
    I use a javascript(window.open("/myservlet")) to open the download file servlet.
    Everything is okay.But when I finish downloading the file which window I opened cant close itself automatically.
    I am really not understand the header parameter of the HTML header,could someone give me something about this??
    Thanx again!!!!

  • How to Get the Source File Path in the Receiver Side

    Hi Experts,
    Here We are Trying to Do How to Get the Sender Information ( File Name & Path ) on the Receiver Side .
    According to the Michal Blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Here we Are Able to Get only the File Name.
    But If I Want to get the Total File  Path Also means What Should I Do Here ????
    Please Let Me Know
    Regards
    Khanna

    Khanna,
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey fkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    DynamicConfigurationKey dkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
    String fname = conf.get(fkey);
    Sring path = conf.get(dkey);
    String final=fname""path;
    return ""final"";
    Best regards,
    raj.

  • How to extract the downloaded files for AS 10.1.2.0.2 Solaris?

    Hi,
    When I try to extract the downloaded files from OTN, the following error occurs?
    # cpio -idcmv < as_sun_sparc_101202_disk1.cpio
    cpio: Can't read input: end of file encountered prior to expected end of archi.
    Regards,
    Kitae

    It brings the same error message.
    Are these files fine?Probably your files are broken because of interrupted or incomplete download.

  • How to change the log file path in BEA tuxedo 6.5 client in Windows xp

    Hi,
    I am using BEA Tuxedo 6.5 client in windows xp.
    The log files are created in C:
    Kindly help me in changing the log file path and also i want to know where these configurations are set.
    Advance thanks !!!
    Regards
    Bunsim

    Hi Bunsim,
    ULOGPFX is an environment variable. Your client executable can set an environment variable as part of a startup script,
    it can be included in a file used by the client that is defined with WSENVFILE environment variable, it can be read in
    a file by the client executable after startup using the tuxreadenv() API, it can be set by the client using the tuxputenv() API,
    the profile for the user executing the client can have an environment variable defined, or the windows registry can include
    a definition for the environment variable(there is also an BEA applet on Windows for administration but I think not on client only installs).
    WSNADDR is an environment variable that defines the address of the workstation listener that the client will connect to.
    Look for where your client defines WSNADDR and add, or modify,the ULOGPFX definition to meet your needs.
    Regards,
    Bob

  • How to configure the .ts files' path in the m3u8

    Now I have a fms server running, but the m3u8 file is not use the correct url for the ts files in the playlist.
    just like this:
    #EXTM3U
    #EXT-X-STREAM-INF:PROGRAM-ID=6334,BANDWIDTH=100000
    liveevent/livestream1.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=6334,BANDWIDTH=200000
    liveevent/livestream2.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=6334,BANDWIDTH=350000
    liveevent/livestream3.m3u8
    How to configure it to like this?
    http://xxx.xx.xx.xxx./liveevent/livestream1.m3u8

    I just want to have a live channel for HLS.
    I use the virtual camera to play a viedo. And use the FMLE to publish the viedo.
    And I create a m3u8 file named liveevent.m3u8.
    just like this:
    #EXTM3U
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000
    http://192.168.3.109/hls-live/livepkgr/events/_definst_/liveevent/livestream1.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500000
    http://192.168.3.109/hls-live/livepkgr/events/_definst_/liveevent/livestream2.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=700000
    http://192.168.3.109/hls-live/livepkgr/events/_definst_/liveevent/livestream3.m3u8
    and put it on the webroot.
    now if I play this file, the client will download all the livestream%i.m3u8,
    The file livestream%i.m3u8 was created by FMS automaticlly.
    but it use the relative path for the ts files.
    I need the absolute path.
    that's all.
    thanks.

  • How to get the current FILE PATH?

    I want to get the File Path on my Java Programming, which class / method can get a File Path on the windows?
    thanks!

    I want to get the current working directory(e.g.
    c:\Tomcat5.0\webapps\)
    If this is a web application you're talking about and you want the directory where that application is installed, that's almost certainly not the CWD. It might be one of the context or whatever variables that's available to servlets. Look in the servlet API and see what's there.

  • How to Upload the LDT file Using FND_LOAD for 'MENU','CONCURRENT PROGRAM'

    Hi,
    I have tried to upload the ldt file in one instance to other instance using the following Command
    FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt MENU MENU_NAME="menu_name"
    I got the Output file (LDT file),but I am not able to view in the Application once I upload this again.Same for Concurrent program also.
    Can any one help me for solving this issues. Awaiting for your valuable reply.
    Thanks,
    Prakash

    You should probably ask this in an E Business Suite forum.

  • How to scan the downloaded files

    I have installed Norton 360 in my computer. I want to scan the files that is downloaded using Norton 360. How to do it? and what .exe should i use?

    It brings the same error message.
    Are these files fine?Probably your files are broken because of interrupted or incomplete download.

  • DATA TRANSFER - How to get a SINGLE SPACE in the downloaded file from UNIX?

    Hi Experts,
    Am sending data from SAP to UNIX/ Application server and text file on desk top as well.
    So, I am keeping a single character just SPACE at the END of each record.
    Then, When I see the downloaded text file, I found a SINGLE SPACE at the end of each record, fine.
    Then, by using CG3Y t code, I downloaded the UNIX file to my desk top.
    But, When I see this UNIX downloaded file from UNIX, I did NOT find any SPACE at the end of each record!!!
    Am doing every thing same in both cases.
    So,
    1 - Why its happening in case of UNIX file?
    2 - How to get a SINGLE SPACE  at the END in the downloaded file from UNIX?
    thanq

    Hi,
    I don't know if this works:
    perform SET_TRAIL_BLANKS(saplgrap) using 'X'.  
    perform SET_FIXLEN(saplgrap) using '0' '060'.   "put length of your line from-to
    ... download ...
    It will put space at the end of your line, according to the length.
    Hope it works,
    Chang

  • How do i show the filename.type instead of the entire file path?

    How do i show the filename.type instead of the entire file path?
    I want it to show "ProgramSetup.exe" instead of "C:/Program Files/Oracle/JavaFX/ProgramSetup.exe"
    I have created a JavaFX program with the help of my manager
    below are the code
                   File file = fileChooser.showOpenDialog(Admin.mainStage);
                   if (file != null) {
                        textFiles.setText(file.getAbsolutePath());
                        String absolutePath = file.getAbsolutePath();
                        //String fileName = new File(absolutePath).getName();the reason i put the last line as // because it has error on that line....
    if i remove the last line, it will display but with the full path....
    i search through google and the guide on many forums aren't clear to me.....some said there are 2 ways but i tried and it is not working, atleast for me...maybe i left out something or what....can anyone help me on this?

    You don’t need the absolutePath:
    File file = fileChooser.showOpenDialog(Admin.mainStage);
                   if (file != null) {
                        textFiles.setText(file.getName());
                               }

  • Assign Logical file name for the physical file path through Program

    Hi all,
    I am having a physical file which is getting generated dynamically. It is having the date and time stamp in its name which is added at runtime.
    Now I need to assign a logical file name for the physical file path through the program.
    Is there any FM or any other method to assign the same.
    Gaurav

    I think it is not possible. becuase the date & time added at runtime. so if you check the table  PATH you can find filename and their definitions

Maybe you are looking for

  • My iPod Touch 5th Generation won't sync to my computer

    It'll sync to iTunes but not to my computer (the folder that normally holds all my pictures isn't in the My Computer part). It's never had this problem before. My iTunes also keeps saying "iTunes was not installed properly. If you want to import or b

  • First try at creating a Form/Using Javascripts

    Looking for constructive criticism. I am an instructor in the US Navy and I am forced to type out a boring routing sheet when submitting anything that needs approval from anyone other than myself. I finally decided to try my hand at Adobe Acroboat X

  • Imac dims unexpectedly

    having the odd issue with my late 2012 27' 3.2ghz imac not regularly but now and then whilst having a few applications open, i find whilst moving the cursor (maybe always in a downward motion - if i remember correct) the screen can dim and a few othe

  • Mountain Lion Mail freezing?

    Anyone having this trouble? Archives on Mail freezing goes back to 2005. Has it resurfaced? This annoying thing just started tonight, when I was trying to attach a small eps file, or just now, simply clicking on Reply to a message. Anyone else dealin

  • The simplest search button in JClient. How? problems

    I have JClient and try to make a search button. Please show me the way. What's wrong? private void searchBtn_actionPerformed(ActionEvent e) ApplicationModule am = (ApplicationModule)getPanelBinding().getApplicationModule(); //This is deprecated but I