manuel1618 / mpcforces-extractor

Get forces from RBE2s in Optistruct summed by connected parts
https://manuel1618.github.io/mpcforces-extractor/
MIT License
0 stars 0 forks source link

51 make an export and import database dbdb button along with file selectors #55

Closed manuel1618 closed 3 weeks ago

manuel1618 commented 3 weeks ago

This is a first front-end working solution I will give up the cli for the frontend.

Things I have implemented here:

How does that work: The files are only available as a relative path in the browser, thats why I upload them into a constant folder path within the repository called data/uploads. This enables me to do backend code witht the files when I only know the filename.

The File Upload is also valid for big files as its implemented to upload chunks.

Next steps: