oss-slu / esp

MIT License
0 stars 1 forks source link

My branch #35

Closed mkalal6 closed 5 months ago

mkalal6 commented 6 months ago

No progress yet, will prioritize over spring break!

mkalal6 commented 5 months ago

The code now successfully uploads the text file from the 'select your file' label and submits it to flask using the 'submit' button. The flask shows the server logs as well as the 'file received successfully' message. The file is submitted through angular and then the flask acknowledges it.

rkarmuri commented 5 months ago

Good job, we can upload text files to the flask component from the angular component.