Hello Everyone, my name is Rosi and I am a developer on the
ASP.NET navigation controls team.
This is my first blog post and I
will be talking about the RadUpload component. Many customers have asked how to upload
multiple files with it.
Unfortunately RadUpload does not yet support this
functionality out of the box, but I will show you how to work-around this
limitation. The trick is uploading one
.zip file and extracting it on the server. To achieve this we will need a little help
from a third party library. Such libraries
are DotNetZip and SharpZipLib which
provide a convenient API ...