Develop an uploader box
Please make a clone and after completing each part make a pull request.
- Create a box the same as the provided image
- Each image after uploaded should be added to a list
- Preview of the uploaded image should be placed in a list item
- During upload show a progress bar
- The ability to remove records should be implemented
- File browser dialogue should only show and select jpeg, jpg, gif or png.
- The acceptable maximum file size should be 2mg.
- After removing each image from the list the uploaded image also should be removed from the memory
- Prevent from fetching while error by defining a properly signal