var fDesc=new Array(); fDesc[0] = "ABCUpload .NET allows sophisticated control over the upload of files from a web browser to your ASP.NET pages on your IIS web server. It requires no client side software and operates via standard multipart HTML forms as defined in RFC 1867.

ABCUpload .NET is based on our many years of experience with ABCUpload but it's written entirely in C#. It's 100% CLS compliant, 100% Managed and offers unsurpassed performance, control and stability.

Our Pure HTML Progress Bar allows your visitors to see the progress of their upload in real time with absolutely no client side software. What's more - for ABCUpload .NET it's been updated for even better feedback and flexibility.

We've completely re-written the core upload engine using our proprietary GigUpload"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }