afids / afids-validator

Validator for the anatomical fiducial placement protocol
https://validator.afids.io
GNU General Public License v3.0
2 stars 4 forks source link

Deal with file uploading #13

Closed patrick-g-h closed 5 years ago

patrick-g-h commented 5 years ago

wtforms handles all the file upload logic, we just want to read the uploaded file and pass it to csvtojson, so that we don't need to save it to the hard drive

tkkuehn commented 5 years ago

FYI: http://flask.pocoo.org/docs/1.0/api/#flask.Request.files

kaitj commented 5 years ago

Issue resolved with #14