brodigan-e / capstone-POV

NEU Capstone Project
MIT License
2 stars 1 forks source link

[1/2] Create simple image upload container and hook it up to API #19

Closed DarkAce65 closed 3 years ago

DarkAce65 commented 3 years ago

This adds a simple upload handler using Ant's Upload component and links up the action and uploading state to the image upload API. Next step for this is to make it look nicer and more consistent with #17 and to add a bit more customization on top of Ant's defaults.

Also once #17 is merged, I'll start using the constants defined in there to configure this component.

Depends on #18. Part of #12. @jbewing