thortiede / sbml4j

Load SBML Files and persist them in Neo4j
MIT License
2 stars 2 forks source link

Allow File Upload #14

Closed thortiede closed 5 years ago

thortiede commented 6 years ago

so far the file that holds the model tha should be persisted needs to be in the filesystem accessible by the appliation.

Add possibility to upload a file that is then persisted.

thortiede commented 5 years ago

Using MultipartFile uploads through the form-data files can be uploaded and their contents persisted. As of now the file is not stored on the server, only the contained model will be persisted.

To allow the storing of the file

Since this seems overkill at the moment, this feature will stay as is at the moment and will be revisited again once the necessity to store the files arises.