When we use POST method to create data to send it to the server, we do not need to list the models using known_models.py.

Previously, we needed to put the name of the component in known_models python script like this:

known_models

Then, we need to run the thumbnails python script to create the thumbnails and load it on the webapp. Finally, we'd have the thumbnail visible on the webapp where we can print it, parameterize it, etc.

With POST method, it eliminates the need for the two steps. loadingpost

I plan to use this functionality to load in updated models of the car and the boat. Currently, I'm met with an error that I do not yet understand: carerror

Next Post Previous Post