Hi dcahya,
Below is the example page. "form-multiplefiles.asp" is another page which contains the asp uploder.
- <%@ language="VBScript" %>
- <!-- #include file="aspuploader/include_aspuploader.asp" -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>example
- </title>
- </head>
- <body>
- <div>
- <%
- Dim uploader
- Set uploader=new AspUploader
- uploader.Name="myuploader"
- %>
- <%=uploader.GetString() %>
- </div>
- <div>
- <iframe src="form-multiplefiles.asp" width="400" height="400"></iframe>
- </div>
- </body>
- </html>
Regards,
Ken