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 ...
    • 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 ...
    • Example of a receiver server with basic auth and auth headers

      In general the server is responsible for declaring the authentication method and the client must then follow the server's instructions on how to authenticate itself. Server can/should explicitly tell the client that Basic Authentication is required ...
    • 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 ...
    • FF-Events Configuration

      To send the recognized data to other applications such as VMS (Video Management Systems) or Data Management Systems, you can utilize FF-Events in CAMMRA. Follow these steps to set up event sending: Go to the application's web page and select the ...