# BitmapData save as JPG (without php)

**URL:** https://forum.kirupa.com/t/bitmapdata-save-as-jpg-without-php/247488
**Category:** flash
**Created:** [December 24, 2007, 1:51pm UTC](https://forum.kirupa.com/t/bitmapdata-save-as-jpg-without-php/247488 "2007-12-24T13:51:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![geter712](https://avatars.discourse-cdn.com/v4/letter/g/9d8465/32.png) [@geter712](https://forum.kirupa.com/u/geter712)
#### Post date: [December 24, 2007, 1:51pm UTC](https://forum.kirupa.com/t/bitmapdata-save-as-jpg-without-php/247488/1 "2007-12-24T13:51:31Z")

</div>

I need to know if it is possible to save BitmapData object as external JPG via save as dialog. Of course this can be done with php script which will receive image pixels information and construct the file but I need to do it WITHOUT php and I need it in AS2.
