Flash save file

Last post 06-15-2009 5:23 AM by Willemn. 0 replies.

Sort Posts:

  • Flash save file

    06-15-2009, 5:23 AM
    • Member
      point Member
    • Willemn
    • Member since 06-15-2009, 5:12 AM
    • Posts 1

    Hi!

    I have this code to save a image from flash, only the code is in PHP but i would like to have it in ASP..

    Could someone help me with this?

     This is the code:
    <?php
      
       $fileName = $_GET['filename'];
      
       $fp = fopen( $fileName, 'wb' );
      
       fwrite( $fp, $GLOBALS['HTTP_RAW_POST_DATA'] );   
      
       fclose( $fp );
     
    ?>

    Hope that someone can help me with this!

    Regards!

    Willem

Page 1 of 1 (1 items)