Screenshots of Uploader

An award-winning image upload control for Classic ASP.

ASP Uploader replaces the plain grey file input with a queue, a live progress bar and validation that happens before anything is transferred — all rendered as ordinary HTML you can restyle. Click any screenshot to enlarge it.

Everything here is plain HTML

The control renders standard markup — a button, a table for the queue, and a div for the progress panel — so restyling it is CSS, not a theming API. The demos on this site use a custom skin over the default look, which is a stylesheet and nothing more.

.uploaderprogress {
    background: #eef1f7;
    border-radius: 999px;
    overflow: hidden;
}

.uploaderprogressleft {
    background: linear-gradient(90deg, #377dff, #00c9a7);
}

See it running rather than in a screenshot: the live demos include the complete ASP source for each page, or read the full feature list.

Trusted by

15,000 Customers

ASP Uploader has more than 15,000 customers, and has been sold in over 60 countries.

23 languages are supported, and more are being added.