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 ...
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 ...
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