1

I have a front-end application in Javascript. I need to use a plug-in (three.js) that as input needs a URL path to a file with MTL extension in order to work. In this application I make some data elaboration in order to generate the content of the MTL file to be then fed to the three.js plug-in. Everything needs to be done on the front-end, therefore I cannot access the file system to save the file. How can I create a temporary path and file with MTL extension in order to be passed to the three.js plug-in?

1 Answer 1

1

Creating a file is possible only in IE using ActiveX objects.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.