<<back to main
Bookmark and Share

cameraCamera


Before using or linking to camera, please read
Terms of Use
Free Forever




Let your website's visitors take pictures using their web cam then choose to upload the pictures to your website or save it to their computer.

Putting Camera on your website
  1. Fill out the LINK PROPERTIES form below
  2. Click on the GET HTML CODE button below
  3. Copy and paste the HTML CODE into your web page
 
LINK PROPERTIES
Link Type


Link Label
The text that will be displayed on the Button or Anchor link



Allow Upload
Wether or not the user can upload the picture directly to your website



Important Information
  • When the image is uploaded it will be sent as a post variable named MORPH_IMG_DATA
  • The uploaded image is in PNG format
  • MORPH_IMG_DATA is base 64 encoded
    example:
    using php to get the actual image data
    <?php
    $real_data = base64_decode($_POST["MORPH_IMG_DATA"]);
    ?>

Valid HTML 4.01 Transitional powered by php