Alternative to the File Upload control of asp.net [closed]

0

I'm looking for an alternative to the File Upload control. I'm working on Vb.Net, asp.net, and webforms, in visual studio 2013. The control of asp.net has a single visual form, it does not allow drag and drop, and neither preview. Do you know any control that meets those expectations?

I find it ugly, and a bit impractical.

Thanks

    
asked by NioDeTark 06.03.2018 в 23:56
source

1 answer

1

As far as the impractical, personally being a native IDE tool would say that the fileupload is the most practical, in terms of design you can use CSS to change the designs, in any way I leave you an alternative recommendation and one of CSS.

Alternative fineuploader

Example with Jquery and CSS

In the last one you can take the form with jquery or you can use it directly with the .net fileupload adding the styles that you use in the link.

Greetings.

    
answered by 07.03.2018 / 00:35
source