-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Summary:
For multiple uploads, there should be an upper limit on the number of images a user can upload at a time. From #604 :
We need to enforce the limit on the number of images that can be uploaded at one go on our own.
One suggestion is to have this check in the 1st step of the upload flow itself. If the user has selected more than 5 images, he will need to remove the extra ones before proceeding.
The top bar can have a close icon to remove an image before proceeding. The user can simply remove any image before proceeding.