File Saving into different path

Hi,
How to save a file from presentation server ( Local File ) into a specified path ? If the path prompt for user id & password then how to goahead with that?
Waiting for ur reply.....
Regards,
Srinath

First do a upload from your presentation and then download it to  the desired path.

Similar Messages

  • Regarding the file saving @ user required patha

    Hi,
    I need F4 help on the file selection. where i can specify the path to save my file.
    Please give me any FM
    Thanks,
    Suresh

    Hi ,
      You can use the method file_save_dialog
    of the class  cl_gui_frontend_services.
    The code will look some thing like
    data:   l_f_file_name   TYPE string ,
              l_f_path        TYPE string ,
              l_f_full_path   TYPE string ,
              l_f_user_act    TYPE i      .
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
          CHANGING
            filename          = l_f_file_name
            path              = l_f_path
            fullpath          = l_f_full_path
            user_action       = l_f_user_act
      EXCEPTIONS
        cntl_error        = 1
        error_no_gui      = 2
        OTHERS            = 3
    Regards
    Arun

  • How to load images from different path

    Hi,
    i'm triying to load an image using the next code:
    String path="C:/images/tv_on.gif";
    java.net.URL imgURL =new java.net.URL(path);
    img=Toolkit.getDefaultToolkit().getImage(imgURL);
    but when it is compiled it returns MalformedURLException.
    the image is in my local directory so i've tryed to define
    path="file:///C:/images/tv_on.gif";
    becuase the port and the local host name aren't needed.
    Anyway it does not work.
    I don't know how to load an image that it is in a file in a different path from the mainclass path
    CAN ANYONE HELP ME?

    sorry to bother, similar like above, i tried many times on my computer to load a simple image in java application.. here's my code:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.swing.*;
    public class View extends JFrame {
         private URL imageURL;
         private File file;
         private Image sourceImage;
         private String name, title, message;
         private int width, height;
        public static void main(String[] args) {
            System.out.println( "Hello Eros!!!" );
            View img = new View();
        public View() {
             name = "D:/shared/inputpic.gif";
             file = new File( name );
            Toolkit toolkit = Toolkit.getDefaultToolkit();
            try {
                imageURL = new URL("http://www.google.com.my/images/logo_sm.gif" );
            } catch (MalformedURLException e) {
            if ( file == null ) {
                sourceImage = Toolkit.getDefaultToolkit().getImage( name );
                System.out.println( file );
            } else {
                sourceImage = toolkit.getImage( imageURL );
                System.out.println( file );
            width = sourceImage.getWidth( this );
            height = sourceImage.getHeight( this );
            System.out.println( "Pixel = " + width + "x" + height );
            if ( width * height == 1 ) {
                title = "Greetings";  // Shown in title bar of dialog box.
                if ( file == null ) {
                    message = "Unable to load the file " + name;
                } else {
                    message = "Unable to load the link " + imageURL;
                JOptionPane.showMessageDialog(null, message, title, JOptionPane.INFORMATION_MESSAGE);
    }could anyone test this n give my the reason i couldnt even load the image

  • Saving jpeg and html file into different folders

    Hi, all.
    I developed a VI that generates, on a timely basis, reports (HTML format) that contain some text, numerical values and graph images (jpeg). The problem is that when it saves a HTML file to a folder, JPEG files are also saved into the same folder.
    Is there any way I can save these html and jpeg into different folders?
    Or is it even possible to generate html report with some graph images without having to have save jpeg files? (this would be even better).
    I included a screen shot of the VI.
    Thanks in advance for your help.
    Attachments:
    screen shot.doc ‏184 KB

    There is currently no way, with the Report Generation VIs, to save the image files for an HTML report to a separate folder.  If you think this would be a helpful feature, please submit your request to the Product Suggestion Center, and we will look into possibly including this feature in a future release.  For now, the only workaround I can think of would be for you to use the File I/O VIs to manually create another folder and move the image files to it, then use the string manipulation functions to edit the contents of the HTML file to point all image file references to the new location.
    As for not generating images, I don't know of an easy way to have an HTML page with images where there are not corresponding image files.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • AppleScript / saving file to a relative path

    Hello everybody,
    I would like to make a script that saves current file to a relative path. For example: I have a psd opened file (that is in pictures/01/image01.psd) and I need to save it one level up as a JPEG ( pictures/image01.psd).
    This is what I've tried, however, the result is that the file is saved in the root of Photoshop - in applications folder:
    tell application "Adobe Photoshop CS6"
              set myFile to "./"
              set myOptions to ¬
                        {class:JPEG save options, embed color profile:false, format options:standard, matte:background color matte} ¬
      save current document in file myFile as JPEG with options ¬
      myOptions appending no extension without copying
    end tell
    Thanks in advance

    I need it 1 level up no matter where - since there will be different folders.
    Thanks!

  • File Saving Path Problem

    Hi,
    i have one problem on file saving. i need to save file (say XML file) in my given path location thru BLS transaction. The server is in some other place and if i give path to BLS transaction, it need to stor ein given location. i tried it but it is working for folder which is alreay in share. is it possible to store in given any path location?
    regards
    senthil

    Senthil,
    is FTP an option for you?
    We experienced the same problem, and to avoid problems with file shares ot mount points (we are running NetWeaver on Unix), we chose to use FTP so transfer files, using the FTP action.
    Michael

  • Sharepoint Workflow : how to get document full path + file name into variable?

    Hi,
    Anybody knows how to get document full path + file name into a variable in Sharepoint 2010 workflow?
    Example http://sp1:80/InvoiceQueue/Shared Documents/123.pdf
    I am using List Workflow which links to a document library.

    Hi SAMSUNG,
    According to your description, my understanding is that you want to get the full path of a document in a list workflow.
    You can set the variable to the Enconded Absolute URL of the document. The screenshot is my testing. In my testing (in the red area), when the title of a document was equal to the tile of the current item, set a variable to the Enconded Absolute URL of the
    document. I used ‘Log to history list’ to check the value of the variable in Workflow History .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Drop the files into different directories based on the filename

    Hi,
    I had a reqiuirement based on the file name, i should drop the files in to different directories.
    I can get the filename through variable substitution in receiver file communication channel, now i want to drop the file into different folders based on conditions.
    suppose, if the file name is DDDX234
    i should do substring of filename0+(4), if the value is L then i should drop in X directory
    suppose, if the file name is DDDY234
    i should do substring of filename0+(4), if the value is L then i should drop in Y directory.
    How can i drop the file into differnent directories based on filename.
    Thanks
    Srinivas

    Thanks Michal,
    I mapped the directory and filename to the target header in the mapping
    Filename --> UDF --> Header(target)
    and in the receiver channel checked the ASMA and given * in the filename and directory name.
    But in runtime iam getting the error as
    Attempt to process file failed with com.sap.aii.adapter.file.configuration.DynamicConfigurationException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message header
    MY UDF is
    public String Directory(String a,Container container){
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key  = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/File", "FileName");
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/File", "Directory");
    String FileName = conf.get(key);
    FileName = a;
    conf.put(key, FileName);
    %%%based on filename the directory should change
    String Directory = conf.get(key1);
    Directory = "/SAPInterface/XI/PPD/DHX/out";
    conf.put(key1, Directory);
    return "";
    Help me in correcting this error.
    Thanks
    Srinivas

  • Putting lots of different pictures into different pdf-files together

    hi there,
    my boss gave me a tricky task and I dont know how to solve the problem without some help. It's about putting lots of different pictures into different pdf-files together. May be you have some ideas how to succeed. Please excuse my german-laced english.
    My task is to merge (or put together) about 4-5 pictures into one pdf. the problem: i have 4.000 pictures. the advantage: the pictures that i have to merge are named pretty similar, it looks like:
    ab_pictures 1
    ab_pictures 2
    ab_pictures 3
    ab_pictures 4
    ab_pictures 5
    cd_pictures 1
    cd_pictures 2
    cd_pictures 3
    cd_pictures 4
    ef_pictu...etc.
    i have to merge ab-picuteres 1-5 to one pdf called "ab_pictures 1", cd_pictures to one pdf called "cd_pictures 1"...
    because there are so many picture-groups that i have to merge i was wondering if there is a possibility to automate this task by just telling the programm once what it has to, so it can do it without me sitting next to it, telling it each time what it should do next.
    this would safe me a lot (!) of time. Here at my working place there is adobe acrobat reader 9 running, there is also distiller available (I dont know what this appclication is used for).
    my question: is it possible to "programm" acrobat that i could do such a task automatically? Or do I have to buy other programms (may be a database-programm or something like that) to be able to it?
    thank you very much in advance for your expertise and please excuse my german-laced english.
    regards,
    scoutee1

    Two locations, for Acrobat Scripting, that may be helpful.
    #1. Acrobat Scripting here in the Adobe Forums.
    http://forums.adobe.com/community/acrobat/acrobat_scripting
    #2. Acrobat User Community's JavaScript Forum.
    http://acrobatusers.com/topics/javascript
    edit: above link is to AUC Learning Center content.
    The forum is at:
    http://acrobatusers.com/forums/acrobat-discussions-topic/javascript
    Be well...
    Message was edited by: CtDave

  • Retreiving files saved with Time Machine on a different computer

    I am trying to view files on my external hard drive that I saved from my Macbook Pro on an older Macbook that does not have Time Machine on it. Any folder I try to open is locked and I get a message saying it is empty. When I checked the backups on the original computer, they work fine. Is it possible to view these files on a different computer?

    An older MacBook that doesn't have Time Machine would not know about hard links to folders. So, when you look in them, you don't see the linked files and thus it looks empty. TM uses hard links to keep track of files that have not changed. Somewhere, there is an actual file, but if it doesn't change, TM just puts a hard link in all the subsequent backups. Trying to dig through the backup, especially after changing permissions on the folder, will likely destroy the backup.
    Perhaps one of the Finder replacements or Time Machine helper apps can understand the hard links to folders, but I'm not sure.

  • Convert MPEG 4 file into different format

    I have a TrekStore Movie Station which only supports formats like DVD (IFO,VOB), VCD (MPGEG1), SVDC/KVCD (MPEG2), DivX 3, DivX5, XviD. In Quick Time Pro Help it says I can convert an save movies into different formats, I just can't find how I can do it.

    I have a TrekStore Movie Station which only supports formats like DVD (IFO,VOB), VCD (MPGEG1), SVDC/KVCD (MPEG2), DivX 3, DivX5, XviD. In Quick Time Pro Help it says I can convert an save movies into different formats, I just can't find how I can do it.
    QT Pro does not "do" multiplexed compression formats. For that you would need an external, third-party, MPEG-based application. iDVD, Toast, Visual Hub, iVCD, MPEG2 Works, etc. would work here to create some of these formats. QT Pro, MPEG Streamclip, and GarageBand can all create DivX and/or XviD files if you have the appropriate QT components installed. (Not sure if you can still find DivX 3 but assume free download of DivX 5.1.1, 5.2.1, and/or Xvid are still readily available on the internet.)

  • I need to transfer files applications etc from a Mac Book Pro to a Mac Book, but I want certain files/applicaitons to be available only under certain users. DO I transfer everything first then move it into different accounts or can I set up accounts first

    I need to transfer files applications etc from a Mac Book Pro to a Mac Book, but I want certain files/applicaitons to be available only to certain users. DO I transfer everything first then move it into different accounts or can I set up the different user accounts first & select what goes where when I migrate?
    Thx

    Do you have a backup that you can restore from? Your old hard drive seems to be the problem.

  • Seperate scenes into different files

    Dear all,
    I am a newcomer in video and therfore I am missing the right words to search inside the forum.
    I am struggling the following problem:
    All my videos are on DV-cassettes I now want to "copy" to my computer.
    I do NOT want to have one huge 10GByte-file from every cassette. But I want to have all the scenes seperated into different files.
    Is there a chance to have this done by PE10, hopefully mostly automatically.
    Thanks for your support.
    Michael
    If it shall be of importance:
    The Software is installed on a Win XP SP3 systhem, supporting Firewire.

    Michael _in_Hamm wrote:
    Exsate DV capturing Live was a bit better the PRE using timecode, but it was also not perfect.
    After roughly 14 minutes it stopped capturing asking to register.
    That shouldn't happen. The software is completely free to use for capturing unlimited lengths. They do sell a commercial product "Exsate Video Express" so perhaps you downloaded the wrong product.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Cut vedio file into different frames using java

    Hi friends,
    I would like o know how we can cut the vedio file into different formate using JMF.
    Given an input media file, the object is to cut pieces from the file and generate an output file from that.
    i want to cut vedio from X time to Y time.
    If any one is work on this please help.

    Why "split" the file? Just write a packet with a DataOutputStream(GZipOutputStream()), send it, and then read it back with a DataInputStream(GZipInputStream()) ...
    1. The GZip*Streams take care of compression.
    2. The Data*Streams take of byte order and so on.
    3. Your DatagramPacket handles the transport.
    The hardest part is figuring out what buffer size works best for your network... there is no "right" answer to that.

  • HELP Desktop reorganized, file split into 10 different pieces -- any way to revert without losing anything? Urgent!

    HELP!
    I was showing a friend/client how to take a screenshot of a section of the screen (cmd+shift+4), but I accidentally pressed ctrl+cmd+4 and perhaps a few others (mistake due to using non-apple keyboard with mine), which reorganized her very cluttered but very purposeful desktop!
    She was rather upset. It also placed all the files that wouldn't fit in a row beneath her hard-drive icon. Understandably, this is frustrating for her; but what made it worse is that a very important document (is it PDF, .Doc? I don't know...) is, she claims, in TEN PIECES! How is this possible?
    I think those are just leftover pieces and the main file is there somewhere, but I haven't heard from her -- this happened yesterday afternoon -- and I don't know if she's even used the finder to locate it (does she remember the name of the file?) -- and now she's going to visit the Apple store, and hoping they can do something for this dilemma!
    They can revert to a previous state, but then she might lose recent files.
    Is there any way (even intensive) to undo this re-organization of her desktop?
    What is the explanation of the important file splitting into ten pieces (apparently from accidentally re-organizing her desktop or pressing a combination of cmd, shift, ctrl, alt, and 4)? Is there any simple way to undo either of these? (I'd gladly suggest a program for her to use to combine pieces of a PDF file or images into a .doc, but at this point, understandably, she is wary of my help. I still want to know what's going on, nevertheless.)
    Thank You All!

    No way I know of to undo an arrange.  And I've never heard of files being broken into pieces, whether PDF, DOC, or other.

Maybe you are looking for