Monday, 28 April 2014

Extended Image Upload for asp.net (Images and Media)



');
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = '//cdn.chitika.net/getads.js';
try
document.getElementsByTagName('head')[0].appendChild(s);
catch(e)
document.write(s.outerHTML);

());


This is a image uploader plugin control for asp.net which address maximum pain points faced by a user during development. This include following point

1> Customized Button for upload (No more default browser button with text box for file upload control , Here you can customize the browse button according to your CSS class and Button Text).

2> Preview for image , this is basically a image uploader which supports instant preview using javascript.

3> You can select color from a uploaded image and Show the HEX Code in a textbox and Div color as preview.

4> It can also be used to store the image and the selected color into database. (I have used access database but you can use any database according to your need).




Extended Image Upload for asp.net (Images and Media)

No comments:

Post a Comment