1
vote
3answers
234 views
Pass Image from Flash to ASP.NET
Quick version:
How do I get an image that was generated on the users browser back to the server?
The current plan is this:
1.) The Flash developer will convert the bitmap to JPEG
2.) He will then …

