Hi jmdl1983,
Please check the screenshot below, it is my folder structure of the asp uploader test site.
And below is the example page code which works fine with the folder structure.
- <%@ language="VBScript" %>
- <!-- #include virtual = "aspuploader/cgi-bin/aspuploader/include_aspuploader.asp" -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>example
- </title>
- </head>
- <body>
- <div>
- <form id="form1">
- <%
- Dim uploader
- Set uploader=new AspUploader
- uploader.Name="myuploader"
- %>
- <%=uploader.GetString() %>
- </form>
- </div>
- </body>
- </html>
I did not change any other file/code with the "aspuploader" folder.
Regards,
Ken