How to get location of  file path.

I have uploaded the file  but i need the path from where it is located.How to get it dynamically...
Thanks
Nitti

Hi Nitti,
Hopefully you have uploaded the file(say excel sheet) in the context (Va_TestResource) of your web Dynpro application in WDResource form.
You can convert this WDResource to byte array and then to iwdwebresource. Now using this you can get the URL for the file.
IWDResource res = wdContext.currentContextElement().getVa_TestResource(); 
if(res!= null){      
try {
     InputStream i_is_FileStream = res.read(false);
     int i_int_NoOfBytes = i_is_FileStream.available();
     byte [] byteArray = new byte [ i_int_NoOfBytes ];
     int i_int_byteRead = i_is_FileStream.read(byteArray, 0, i_int_NoOfBytes);
     IWDWebResource webRe = WDWebResource.getWebResource(byteArray, WDWebResourceType.XLS);     
     webRe.getURL();
} catch (IOException e) {
} catch (WDURLException e) {
Hope your issue is addressed
Regards,
Tushar Sinha

Similar Messages

  • 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 get FILENAME from FILE PATH

    does anyone know how to get filename from a file path for example
    FILE PATH: C:\Project\uploadbean\web\uploads\Button.txt
    returns
    FILENAME: Button.txt

    @BalusC
    ust for a reference cause i'm new in JSP This has nothing to do with JSP, but with basic knowledge of an essential API. I have given you the link to the File API. Are you saying that you refused to read the API documentation, which clearly explains you how to use the File and shows which methods are all available to you undereach the straightforward getName() method, and expecting that the others may chew the answers for you? Loser.

  • 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.

  • Teststand 1.03 - How can I get the sequence file path into an expression?

    The sequence file will be located at different locations on different computers. I need the base address of the sequence file to get to the correct limits file. How can I get the sequence file path into a string-local expression.
    Thanks

    As Ray described, the FindFile expression function and TS API method will seach all TS search directories and return to you the path of your file, assuming the file is located in the search directories.
    If you just want the path of a TS file that you have a reference to then there is a faster, easier method. You can use the Path property of the PropertyObjectFile class. In the attached example I use an AcitiveX Automation adapter step to call Path on the property RunState.SequenceFile. This returns the path to the current executing sequence file. Note that if you have not yet saved the sequence file then the path will be empty. In a subsequence step I strip off the file name leaving the root path of the file.
    Attachments:
    GetSeqFilePath.seq ‏22 KB

  • I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I'm not really sure how to get those source files back

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    Is there any solution (other than buying
    I really think 'buying' is the best solution on this one.  Ideally, you would have at least five internal hard drives.
    System
    Projects
    Cache/Scratch
    Media
    Exports
    Use externals and network drive only for backup.

  • How to get javahelp release install path?

    How to get javahelp release install path?
    currently usage their tool <MagicHelp>.
    magichelp is multi-user help authoring tool,
    currently Support Java help 1.0/2.0.
    Home:http://www.gethelpsoft.com

    @BalusC
    ust for a reference cause i'm new in JSP This has nothing to do with JSP, but with basic knowledge of an essential API. I have given you the link to the File API. Are you saying that you refused to read the API documentation, which clearly explains you how to use the File and shows which methods are all available to you undereach the straightforward getName() method, and expecting that the others may chew the answers for you? Loser.

  • How do I make a "file path" field in a spreadsheet?

    i need to have a column of file paths of images relating to each entry of data, in order to integrate with a data-driven layout in InDesign. but when i drag a file, it will either display a tiny image of the file (in the case of jpegs) or show the file name only (with other file types). how can i drag and drop files and get the full file path to show up in the data? that is what i need to import into InDesign. help!
    thanks

    Hello
    This script may help:
    --(SCRIPT Récupère_Chemin]
    ---+-+-+-+-
    Exécuter ce script ou déposer l'icône d'un fichier
    sur son icône (script enregistré en tant qu'application ou progiciel application)
    permet de passer dans le presse-papiers
    le chemin d'accès complet
    Save the script as Application or Application bundle on the desktop.
    Drag and drop a file's icon on the script's icon.
    You will get the full pathname of the file in the clipboard
    so you will be able to paste it where you want.
    Yvan KOENIG le 22 mars 2004
    remanié le 24 février 2008
    -- -+-+-+-+-
    property englishMsg : true
    property msg99 : "" -- globale
    --deux lignes exécutées si on double clique l'icône du script
    if englishMsg is true then
    set _ to choose file with prompt "Choose a file …"
    else
    set _ to choose file with prompt "Choisir un fichier …"
    end if
    open (_ as list)
    on open sel -- sel contient une liste d'alias des éléments
    --qu'on a déposés sur l'icône du script (la sélection)
    if msg99 is "" then my prepareMessages()
    TraiteLeFichier(item 1 in sel)
    end open -- fin 2
    on TraiteLeFichier(zefile)
    try
    set leChemin to zefile as text
    set the clipboard to leChemin
    on error MsgErr number NroErr
    if NroErr is not -128 then
    beep 2
    tell application (path to frontmost application as string) to ¬
    display dialog "" & NroErr & " : " & MsgErr with icon 0 ¬
    buttons {msg99} giving up after 20
    end if
    return
    end try
    end TraiteLeFichier
    on prepareMessages()
    if englishMsg is true then
    set msg99 to "Oops"
    else
    set msg99 to " Vu "
    end if
    end prepareMessages
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE dimanche 24 février 2008 12:53:31)

  • 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 can I locate the file /Library/Keychains/FileVaultMaster.cer to reset my master password? Thanks!

    How can I locate the file /Library/Keychains/FileVaultMaster.cer to reset my master password? Thanks!

    The files that weren't inside the media folder on the original machine need to be copied over to exactly the same paths as they had on the source machine. See this thread for an ongoing discussion of a similar problem. See also this post on migrating the iTunes library.
    tt2

  • How to get the ard file of crystal reports

    Hi all,
    I have downloaded crystal reports from sap market place but i dont have .ard file for that how to transfer that reports into sap. How to get the ard file please help me out.
    Thanks & Regards,
    Murtuza Ahmed.

    When you click on your SAPCrystalSetup.exe and select the path to your add-on folder it will install the files and your ard file will be situated in your add-on folder.  Then you can start SAP up and install it from SAP. 
    So if your SAP install is in your local drive your ard file for crystal reports should be here C:\Program Files\SAP\SAP Business One\AddOns\SAP_CR
    Hope this helps.

  • How to get system temp dir. path on the fly ,system may be XP or Linux ??

    How to get system temp dir. path on the fly ,system may be XP or Linux ??
    please suggest solution

    The default temporary-file directory can be retrieved
    using:
    System.getProperty("java.io.tmpdir")
    Thanks a lot for u r reply this one works !!!!

  • How to get Reference on files of my ADF Shared Library

    Dear All,
    Use case:
    I have compiled one project into a shared ADF library. This project has a ViewController.
    In it are some common css files that I would like to reuse.
    Now, I have a new project and have linked to that ADF library using Resource Palette.
    In my JSFF file, I tried to link to the CSS in my shared library
    <af:resource type="css" source="/com/test/common.css"/>But I cant seem to get the styleclasses in that shared library.
    I have checked at Firebug console and I notice that I am getting a 404 when I am requesting for the said file.
    What should be the correct path for me to get a reference to the CSS Files?
    Thanks
    JDEV 11G PS3

    Duplicate of How to get Reference on files of my ADF Shared Library
    Edited by: Bijesh Krishnadas on Aug 17, 2011 9:13 PM

  • How to get the system32 folder path in java?

    how to get the system32 folder path in windows using java code?

    Zstar Electronic Co.Ltd, Wholesaler of fire cards for DS/NDSL/NDSi, Provide R4, R4i, DStt, iEDGE, AK2i,M3,M3i,N5
    www.zstar.hk

  • 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.

Maybe you are looking for

  • Merging multiple icloud accounts

    I have 3 icloud accounts that I have made over time . The reason I ended up making one of them is because there was billing issues with pandora radio and it was preventing me from ever being able to update or download new apps. My other icloud accoun

  • ALV edit (qty field is not convertable)

    in my ALV program i have used one field MENGE (13,3) (QTY field) in the out put it is showing as 1.000, when user going to enter a value (5) it is showing as 0.005 but user need it as 5.000. please solve this question experts..... Regards Prasad.EV

  • Weird problems with 2007 15" MBP after installing new HD, any solution?

    Folks- For a couple of months my machine has been really weird. (1) Safari will not work. Firefox does, other internet apps do, but no Safari. (2) everything is ever slower. Spinning beachballs constantly. (3) won't remember home wifi network. It rem

  • Rental From iPad to iMac

    I recently rented Zero Dark Thirty on my iPad. This was about 2 weeks ago while on vacation. I thought that I would have watched it by now but for various reasons this didn't happen. So the movie is sitting on my iPad and I thought that when I attach

  • Safari 5 crashes at launch

    I downloaded and installed Safari 5 last night and now it crashes on launch every time. Error trace as follows: Process: Safari [915] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 5.0 (5533.16) Build Info: