File saving on local system

Hi all ,
         i want to save a text file on user local sytem without user interaction usiing file Refrence class in flash , how it could be do that ,please help me out frm this probelm,any suggestion will be thankful for me ..)

FileReference was added in FlashPlayer 9 however save(...) was not added until FlashPlayer 10
What version of flash are you using?
Is not a good solution but you can write some data into SharedObjects without user interaction, depends on how much data you are writing, how many users you have per client and how you are using the data i guess

Similar Messages

  • Save file in the local system.

    can we save the file in any local system in background.

    >
    kranthi adelly wrote:
    > can we save the file in any local system in background.
    you have use some confusing word Any , it is not possible to store then in background mode. But there is one option
    read this https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2

  • Downloading JAR for temporary in-memory use or saved to local system?

    Hi all,
    I would like to be able to download and create a .jar file in memory, without writing it to disk, as an "option". My app should allow the user to reference an http://file.jar that gets "created" in memory on the client for temporary use, or they can optionally specify to download it and save it as a .jar file. I can't seem to find much info on either.
    For the first case, basically, each time the app runs it should get the .jar file from the location specified, but without actually creating it on disk. Is it possible to download the binary of a .jar file from a web server and create it in memory so that it can be used? Or does it have to be stored on the local file system? If so, then I suppose I could use a "temporary" on disk .jar file, then delete it.
    For the latter, how is a .jar file downloaded and saved to the local system?
    Thanks.

    I don't fully understand your question, but I think
    you want to use JarInputStream.
    -Ron

  • Flat file upload (from local system) to internal table

    I am trying to use BAPI to create sales order. for that I have to upload flat file containing header and item data from the local system (not from application server). please suggest me if any functional module is available for this.
    Thanks,
    Rajan

    Hi rajan,
    Try this,
    CALL FUNCTION 'GUI_UPLOAD'
            EXPORTING
              filename                        = lv_filename              " File name
              filetype                         = 'ASC'
           has_field_separator          = cl_abap_char_utilities=>horizontal_tab
      HEADER_LENGTH             = 0
      READ_BY_LINE                 = G_MARKED
      DAT_MODE                       = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                 = ABAP_TRUE
      REPLACEMENT                = '#'
      CHECK_BOM                    = ' '
      VIRUS_SCAN_PROFILE     = VIRUS_SCAN_PROFILE
      NO_AUTH_CHECK             = ' '
    IMPORTING
      FILELENGTH                     = FILELENGTH
      HEADER                           = HEADERf
            TABLES
              data_tab                      = gt_table         "internal table with fields from the flat file.
           EXCEPTIONS
             file_open_error               = 1
             file_read_error               = 2
             no_batch                      = 3
             gui_refuse_filetransfer    = 4
             invalid_type                  = 5
             no_authority                 = 6
             unknown_error              = 7
             bad_data_format           = 8
             header_not_allowed       = 9
             separator_not_allowed   = 10
             header_too_long            = 11
             unknown_dp_error         = 12
             access_denied              = 13
             dp_out_of_memory        = 14
             disk_full                       = 15
             dp_timeout                   = 16
             OTHERS                      = 17
    Regards,
    Shobana.K

  • Where can I find my iweb file in my local system?

    I want to move my iweb content to a hosting service. Where can I find the iweb files to move it on my local system?

    You can publish directly to the server from iWeb via the built in FTP or to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html

  • Reading File Path of local system from Server

    Hi All,
    I need a small help. I am uploading two csv files and reading them through a servlet. My application is working fine in localystem. but when the same code is uploaded it is not working. (I am using Tomcat Server).
    It is giving "File not found exception". It is unable to read the local system csv file.
    I dont want to save that file in server,but i want to read the file contents.
    please help me how i can achieve this.
    I apologize for my poor English.
    Thanks in Advance.
    Regards,
    Devi.

    When uploading, do you send the actual file or only the file path? Only the last will work when the server and the client are located at the same machine. And that's a common mistake of beginners while implementing file upload.

  • Write a file on the local system with an applet

    Hi,
    I am programming a user interface using HTML and now I would need an applet to write parameters into a plain text file.All this running on the same machine,with no network connection at all,and with I.E.
    All my attempts have failed because of security reasons,but I thought it was possible to write a file on the local machine where the applet source is.
    Can someone help me ? Please note that I am not a confirmed java user,so be as detailed as possible in your response !
    Thanks a lot !
    Sebastien

    pls go to ur jdk.13\bin and type POLICYTOOL.
    Click Add Policy Entry.
    Click Add Permission
    From the Listbox select ALLPermission and Click OK.
    Then Click Done.
    Then from the menu bar,
    File -> Save As
    then give the file name as .java.policy in ur home directory(c:\winnt\profiles\urname\.java.policy).
    close the window.
    these are the steps to give all permission.

  • Converting to PDF and saving to local system

    I want to provide a button on the screen, onclick of which the current screen output should be converted in "pdf" format and the user should be able to save it onto his local system.
    Can anyone tell me how to do it ??
    what functions do i need to use to convert it to pdf and then to allow user to save on local system??

    Hi,
    This might be very helpful too:
    http://www.go2pdf.com/
    This faq is a bit what you want:
    http://www.go2pdf.com/web-to-pdf.html
    Eddy

  • Program/T-Code to load files from local system to XI system's tmp folder

    Dear all,
    Do we have any program or transaction to load files from our local system to the usr/tmp folder of XI system.
    Please share the info, if anyone has already faced the similar requirement.
    regards,
    Younus

    1) goto SXDA_TOOLS Transaction code
    2) Provide the Following details
    Object Type : DXPROJECT
    Program Type: BAPI
    Program/Method: CREATE
    3) Click on Copy Button
    4) Select the Source as Presentation Server
    a) Select the File where you saved in your Local machine
    5) Select the Target as Application server
    a) Check the check box Remote Server
    b) Select the File type as Physical
    c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path
    Where the file is going to save)
    6) Click on Continue
    Go to AL11 and check whether the File has been create in the following path /usr/sap/SSD/DVEBMGS00/work
    Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.

  • Cannot Retrieve referenced URL in wscript file from Local System Account, but not other accounts on the computer.

    Hello,
    I have a WScript File that includes an external resource (js file).
    It works on one computer and it does not work on another computer.
    If I run this file from a normal admin command prompt everything runs fine on both computers.
    If I run this file from the Local System account using PsExec it runs fine on one of the computers and throws an error "Cannot Retrieve referenced URL" on the other computer.
    The reason I want it to run from the Local System account is that it is executed from a Windows Service.
    Is there some setting or some way for the IE cache to get corrupt on the Local System account or something like that?

    JRV,
    You are by far the worst 'support' person I've ever seen. If you aren't going to be thoughtful in providing support, don't pretend. If you're going to pretend, leave your condescension on the shelf. You have provided no thoughtfulness whatsoever to his issue,
    and have in no way improved the discourse. You are arrogant and condescending without exhibiting any intelligence whatsoever. I'm impressed Matt kept calm through your demeaning, counterproductive diatribes.
    Matt,
    First I'd check UAC settings, because I believe that can change how elevation works substantially.
    Second, I would check the versions of wscript.exe on both machines, both in System32 and SysWow, and I'd check for updates bypassing WSUS to make sure there's not something silly going on there (totally a shot in the dark, catch-all theory).
    Have you made any headway in the last few weeks?
    -John
    This is not a support forum and it is not for assistance in fixing broken configurations.  It is a scripting forum. The OP proved that the issue is not the script but the environment it is running in.  You should not get mad just because you are
    not getting satisfaction.
    ¯\_(ツ)_/¯

  • How to read the contents of a file present in local file system

    Hi ABAP Experts,
       I want to read the file contents of a file in the local system. I want to read it stream based i.e if the file is if 100kb in size, i want to read the first 100bytes at one time, next 50 kb after, and remaining some other time. Is this possible. I know that with GUI_UPLOAD i can get the total contents into a xstring.
    But how to resolve the following i am not sure. Can you please help.
    Thanks & Regards,
    Vinay.

    Hi,
    transfer file to your application server and use:
    open dataset file ... AT POSITION p .
    regards Andreas

  • Need PL/SQL procedure for file transfer local system to server location

    Hi Experts,
    The requirement is one file ex: text file,excel file is there in Local system suppose c:newfolder/test.txt.
    once run the concurrent program for this particular file in the local system should transfer into server location for the mentioned path.
    is it possible to do in PL/SQL or shell script.
    can you please share the code.
    Thanks
    Meher

    Meher Irk wrote:
    The requirement is one file ex: text file,excel file is there in Local system suppose c:newfolder/test.txt.
    once run the concurrent program for this particular file in the local system should transfer into server location for the mentioned path.Why do you want to copy a local file from the local client file system, via the Oracle database server, to a remote directory on the server?
    Why is the Oracle database server to be used? For what purpose?
    There are standard secure methods for a client to copy a file to a server. Such as sftp and scp. No complex Oracle database server layer needed in-between.
    So why do you want to use the Oracle database to act as the copy mechanism for you?
    It will only make sense if the local file is copied into the database (as a LOB or securefile) and managed by the database. I fail to see why Oracle should be acting as the go-between for the client file system copy process to the server file system. This introduces another moving part in the copy process. Adds more security issues. Adds more authentication issues. And what for?

  • File Handling of my local system in Webdynpro Java

    Hi all,
             I am in need of accessing my local file system or any other system using my webdynpro Java application. For example when i use File file = new File("c:
    "); and list the files i get the files in the server. rather i should be able to get the files from my local system or any other system in the network as well. how to do that. Please give a solution for the same.
    Regards,
    Karthikeyan.R

    Webdynpro applications are run on browser. Browsers not support direct client system access due to security reasons. so java.io.File can't be used.
    you can achieve this by using File Upload/Download UI elements only.
    Refer Documentation: [File Upload/Download UI Elements|http://help.sap.com/saphelp_nw04s/helpdata/en/42/fdf9c528d45171e10000000a1553f7/content.htm]
    nikhil

  • Firefox is my default browser in my local system, i am getting junk data when i open the .html type of files as attachment but there is no issue when i open as inline

    Hi,
    could please help me of the folloing issue
    i have set up the firefox is default browser in my local system.
    issue with only .html type files not with .doc .... etc.
    my application requirement is to view the attached document if set Content-Disposition as "attachement" then open the dialog box with open or save radio options then if i select the open option data getting as junk data not the actual data.
    if set Content-Disposition as "inline"' then file open in same accessing browser with proper data.
    Note
    i am using following piece of code in my application
    response.setHeader("Content-Disposition", "attachment;filename=\""
    + fileName + "\"");
    actual my case is :
    some where in my application i copy/paste the data from ms-word
    then it saved as .html file after that when i want to see the data, then click on the attachment it opens dialog box, here i am selecting open option then it opens in my default browser "firefox" with junk data .
    please observe the following junk data,

    Hi 20fox12, this is most likely an IE problem. Firefox has no effect on any other installed applications. Unfortunately I have no idea what to do about your issue. I'd suggest a forum that is more tuned towards Windows issues.

  • Importing text file on local system

    I am trying to import data from a text file into a dynamic
    text box. When I
    play the movie on my local system, should the dynamic text
    appear or does it
    only work on a remote server?
    Thanks

    it should work locally. Testing from inside the IDE ignores
    security rules...I think...if your testing outside the IDE, check
    your publish settings to make sure you allow access to local files.
    Good luck!

Maybe you are looking for

  • Recent Leopard Update Messes up Cinema Display Firewire Ports

    Okay, this is really odd. I have a Lacie Porsche DVD-RWDL Firewire drive hooked up to my Mac Pro via my 23" Cinema display. The cinema display firewire cable was connected directly to the back of the mac pro. Lastly my iSight was connected to the ope

  • AP PRE_PAYMENTS custom concurrent program to load pre-payment invoices

    is there any concurrent program to load pre-payment invoices.if not how to create

  • ICal Alarm Window Mostly Off Screen

    When an alarm window pops up I can barely see it. Only a little bit of the window is visible as the rest if off the screen. I can drag it into the screen. It will stay there. But every time a new alarm window pops up its in the same position mostly o

  • SRM Catalog Transfer Error

    We have just finished installing SRM 7.0 ABAP (AIX/Oracle/NW 7.0 EhP 1) on one server, SRM 7.0 Java (same config) and SRM-MDM (3.0) on another server. The servers talk fine. We're using ABAP for UME, we've done all of the configuration in the SRM-MDM

  • Where to install agents?

    Hi, I have following architecture: - Server 1 - ODI installed with option Server - Client 1 - ODI installed with option Client - Client 2 - ODI installed with option Client - Server 2 - Oracle DB installed - ODI Repositories created - Server 3 - Orac