# Saving jpeg from flash to webserver

**URL:** https://forum.kirupa.com/t/saving-jpeg-from-flash-to-webserver/186783
**Category:** flash
**Created:** [April 24, 2006, 4:45pm UTC](https://forum.kirupa.com/t/saving-jpeg-from-flash-to-webserver/186783 "2006-04-24T16:45:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jflint](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jflint/32/2115_2.png) [@jflint](https://forum.kirupa.com/u/jflint)
#### Post date: [April 24, 2006, 4:45pm UTC](https://forum.kirupa.com/t/saving-jpeg-from-flash-to-webserver/186783/1 "2006-04-24T16:45:39Z")

</div>

we are in the processing of concepting an online configurator and need the ability to grab an image of the end product and attach it to an e-mail or save it somewhere on the webserver.

is something like this possible with Flash? I know it is possible to send the screen to a printer, but I was unsure about saving an image of the screen to the server.

---

<div class="post-metadata">

### Author: ![FizixMan](https://avatars.discourse-cdn.com/v4/letter/f/e9c0ed/32.png) [@FizixMan](https://forum.kirupa.com/u/FizixMan)
#### Post date: [April 24, 2006, 5:24pm UTC](https://forum.kirupa.com/t/saving-jpeg-from-flash-to-webserver/186783/2 "2006-04-24T17:24:56Z")

</div>

Depending on the image, you may be able to recreate it with PHP (for example).

Simple line drawings can be recreated using PHP’s image extension and then saved.

If you’re looking to save a snapshot of the current Flash state because it’s a relatively complex image, I don’t know.
