This page demonstrates how to implement a share target in a web application. A share target allows users to share content from other applications directly into your app.
Text, urls, and files can be shared to this target using the Web Share Target API. They are sent to the server as a POST request with the content type set to `application/x-www-form-urlencoded` or `multipart/form-data` depending on the configuration.