Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 676 Bytes

File metadata and controls

20 lines (11 loc) · 676 Bytes

Scenario

you are getting the Application design from the designer. In that design, your Application has File uploading functionality showing the uploading progress bar.

Reference

Reference

you need to show the thumbnail for the uploading image.

Problem

Develop a service in the backend to generate thumbnail for the uploading file and store the image in Cloud and save the URL in the Database.

Addition Challenge

Generate thumbnail in 3 different sizes for the same image

Thumbnail Process should run in different threads.