2
I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types:
One for colors, returning color code in hexadecimal, for example: ffffff or #ffffff;
And one for uploading photos, if possible one that has a thumbnail gallery. Note: The photos will be saved on the server, IE, will not have communication with database.
Grateful.
Jscolor worked perfectly, I’m implementing Imageresizer to test but I don’t understand how to apply it to html. You can give me an example?
– Pedro
This component has something specific to upload and treat the images?
– Pedro
It treats images. Upload is another thing. If you want to generate thumbnails for your Views using Imageresizer, open another question, please.
– Leonel Sanches da Silva
Edited question.
– Pedro
I edited the answer too.
– Leonel Sanches da Silva