Load file to preview form input file tag

HI ,sorry for english , how can i preview stl file get by input tag file

You should be able to use the answer of this stackoverflow post to retrieve the file as an array buffer.

You can then use the same code like in the editor to parse the STL:

1 Like