ConvertX icon indicating copy to clipboard operation
ConvertX copied to clipboard

[Feature Request] Web Share of converted file

Open barakplasma opened this issue 2 months ago • 1 comments

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

barakplasma avatar Dec 09 '25 23:12 barakplasma

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.

Siddhu545 avatar Dec 16 '25 09:12 Siddhu545