Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to write a file #1

Open
qkyyds666 opened this issue Jul 18, 2023 · 1 comment
Open

how to write a file #1

qkyyds666 opened this issue Jul 18, 2023 · 1 comment

Comments

@qkyyds666
Copy link

I want to use xml library to write a xml file, the code works fine but nothing generated.

@synw
Copy link
Owner

synw commented Jul 18, 2023

You can not write the filesystem directly from the browser. You need to send the file to a server that can access your filesystem. Or there is a filesystem api but I don't know where it is now: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle#writing_a_file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants