I'm using a jQuery webcam plugin to communicate with a webcam in my page and take a snapshot. The way it works is by communicating with a Flash helper. To save the picture it takes the name of another page and sends a web request to that page. And I'm successfully receiving that request on the other. I want to save the image from that request.
相关问题
- Views base64 encoded blob in HTML with PHP
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- How to get the background from multiple images by
- Carriage Return (ASCII chr 13) is missing from tex
I Have Done That In This And It Works For Me.
You claim to have the code for getting the request, you just need to load the image and save it to disk. This needs cleaned up, but something like the following should work: