How to export and upload server?

Hello there. In the editor example, when we export, it saves the file to our computer. Can I upload this file to the server? Thanks.

Do you mean https://threejs.org/editor/ ?

No, the editor provides no real backend services like content storage. It saves your current working progress into the local storage of your browser. When exporting your scene, it is always saved locally.

Hello. thanks for reply. Is there any way?

You would have to develop your own editor based on the three.js one. You can then add backend services according to your needs.