w3c / web-share-target

Web API proposal for receiving shared data
https://w3c.github.io/web-share-target/
Other
191 stars 20 forks source link

Allow enctype to be specified #54

Closed ewilligers closed 6 years ago

ewilligers commented 6 years ago

GET supports "application/x-www-form-urlencoded"

POST supports "application/x-www-form-urlencoded" and "multipart/form-data".

resolves #47

ewilligers commented 6 years ago

This is ready for review.