ConvertX
ConvertX copied to clipboard
[Feature Request] Web Share of converted file
After I convert a file, I want to be able to click a share button (next to the download button) and have the file shared to the app of my choosing.
Can be based on https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API which can share a file https://w3c.github.io/web-share/#sharing-a-file
I would like to implement this by adding a Share button next to the Download button. After a file is converted, clicking Share should use the Web Share API to allow users to share the file directly to an app of their choosing, similar to the approach described in the MDN Web Share API documentation for sharing files.