Hello.

I am Paul Kinlan.

A Developer Advocate for Chrome and the Open Web at Google.

I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.

File Web Share Target

Paul Kinlan

The File Web Share Target API is a new, powerful feature in Chrome Canary that allows web apps to receive files (like images) shared from other apps, much like native apps. This post details how I implemented this API on my blog, enabling direct image uploads from my Android camera app. The process involves declaring support for file sharing in your web app manifest and handling the incoming file data in a service worker. The API uses a progressive approach, leveraging standard form POST requests, making integration relatively simple. This feature significantly enhances web app integration with the host operating system, closing the gap between web and native apps.

Read More

Testing-file-share-target-from-camera

Paul Kinlan

I successfully tested sharing a photo directly from the camera app to another app. Check it out!

Read More

testing-file-share-target

Paul Kinlan

This blog post is a test of the Android Share Target API and its file sharing capabilities. If the image displays successfully, the test is considered successful.

Read More