This is a simple example that uses minimal HTML and ASP to upload files.
To learn about advanced features of ASPUploader, see more examples.
Thumbnail
Larger Image
Choose product
Make Selection
<%set prod=objConn.execute("select * from products order by productName") while not prod.eof then response.write "
" & prod("productName") & "
" prod.movenext wend%>