I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types:
One for color, which returns the color code in hexadecimal, for example: ffffff or #ffffff;
And one for uploading photos, if possible one that has a gallery of thumbnails. Note: The photos will be saved on the server, that is, it will not have communication with the database.
Thank you.