File Upload Control Using Silverlight
Posted by: EggHeadCafe.com New Articles,
on 15 May 2009 |
View original | Bookmarked: 0 time(s)
Uploading files in web application is always a big trouble. We need to take care of the file size before upload the files into the server. And to check the file size at client side itself, we need to go for ActiveX controls which is not secured and also not cross browser supported. The same will be a big issue for Multiple file upload control.
So, I have used Silverlight controls for uploading files. The files transfer will be taken care of by Webservices. read more
By Vasanthakumar D