-
Notifications
You must be signed in to change notification settings - Fork 41
Tri 3: Tech Talk week 10: Uploads
jm1021 edited this page May 23, 2022
·
2 revisions
Suggestion is to READ the CODE, lots of comments and start implementing. UploadController has guide to key concepts and dependencies.
The code provided allows user to upload Image into custom folder.
- An Image is often called a picture, it works with <image ...> tag in HTML
- Testing was performed with jpeg, it should work with gif, png, svg, bmp
- Video, Comma Separated Values (CSV), Code File (py,java)
- One or more uploading capabilities can be provided to support needs of your project
- Error conditions handling, displaying content in accordance to type
- user who uploaded
- combine Note and Image upload into single Form
- try using uploaded image in notes
- think about easier markdown UI for user of Note and Images
- AWS S3 Object Container is a system used to manage content
- S3 Bucket: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/examples-s3.html