How do you put file in assets folder?

I made a website using three js, put it in the assets folder and made the webviewer open using the url http://localhost/index.html, it's working, but the user has the option of creating a file inside the assets folder with the app running. Sorry if there's a typo, I'm using Google Translate, thanks in advance.

You cannot do this. The assets folder is read only, as are the files within it.

What you need to do is copy the html file to either your ASD or shared storage, and load the file from there. Your users can save files to either of these locations through your app.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.