Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BitmapData

Status
Not open for further replies.

LiquidPixel

Programmer
Dec 12, 2006
11
US
Does anyone know how to properly:

A. Send a BitArray from Flash to PHP

B. Have PHP accept, reconstruct and email the image as an attachment or inline jpg.


Thanks in advance!!!

LP
 
I know nothing about flash, but I assume you can make a POST request to a PHP page.
You can directly post the image and use PHP's stdin stream to read it, or do a file upload (see the manual about uploading files to PHP) or even sent a PUT request.

If you do not already use the PHP mailer, I would recommend doing so. Sending attachments, HTML and alternate text is not difficult with it.

+++ Despite being wrong in every important aspect, that is a very good analogy +++
Hex (in Darwin's Watch)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top