ssc-oscar / DRE

MIT License
4 stars 10 forks source link

pushing file upload template #10

Closed TannerFry closed 4 years ago

TannerFry commented 4 years ago

I have added in a couple file that can be used for file uploading on the DRE project. The most important file is the FileUpload.js, which will allow for any file type to be uploaded, but it will need to be tweaked in order to work with the existing infrastructure of DRE. I have used these file locally on my personal machine for file uploading and they work fine for various file types, so the only thing to do is to link the components to this backend code for file uploading. Also, the file I have added in are not linked to any existing file within the DRE project, so they should not affect any performance of DRE as of right now.