Skip to content

Tri 3: Tech Talk week 10: Uploads

jm1021 edited this page May 23, 2022 · 2 revisions

Objective of this project is to manage uploading content to a Web Site

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

Hack #1 add additional content

  • 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

Hack #2 add additional description and capabilities

  • 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

Hack #3 establish a strategy to manage data being stored through Amazon S3 bucket

Clone this wiki locally