Simple Web form for testing receiver

Simple Web form for testing receiver

ff_post_form.html
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<form method="post" enctype="multipart/form-data" action="ff_post.php">
   Enter event file: <input type="file" name="event" size="40">
   Enter image file: <input type="file" name="image" size="40">
   <input type="submit" value="send" name="submit">
</form>
</html>

    • Related Articles

    • Simple PHP receiver for multipart post

      This simple receiver may be used with any HTTP server which supports PHP extension. ff_post.php <?php $uploaddir = 'log/'; echo "<pre>\n"; $uploadfile = $uploaddir . basename($_FILES['event']['name']); if ...
    • Generating Reports

      To generate reports in CAMMRA, follow these simple steps: Go to the application's web page and select the "Search" option. Apply Filters: Choose the desired filters to narrow down the data for your report. Filters may include specific dates, license ...
    • php-listener

      Test integrations over HTTP using local standalone WAMP web-server. https://drive.google.com/open?id=1P-s1_J1mh-mSaRqn_A-Y5eD4mM5CgqXI: Online docs: https://github.com/php-listener/blob/master/README.md
    • Application Installation and OFFLINE License Activation (*upd.24.10.23)

      *update 24.10.23 - link to self service License Key Registration & updated procedure To install the CAMMRA application on your camera and activate the license, follow these steps: Access the Camera Web Page: Open a web browser and navigate to the ...
    • Supported browsers

      CAMMRA can be used with a wide range of web browsers, ensuring flexibility and compatibility for users. The application is optimized to work seamlessly with the following browsers: Chrome Firefox Edge Safari Windows® recommended x x OS X® recommended ...