Re: Change App Path

  •  08-11-2014, 6:46 PM

    Re: Change App Path

    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.

     

    1. <%@  language="VBScript" %>  
    2. <!-- #include virtual = "aspuploader/cgi-bin/aspuploader/include_aspuploader.asp" -->   
    3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
    4. <html xmlns="http://www.w3.org/1999/xhtml">  
    5. <head>  
    6.     <title>example  
    7.     </title>  
    8. </head>  
    9. <body>  
    10.     <div>  
    11.         <form id="form1">  
    12.             <%   
    13.             Dim uploader  
    14.             Set uploader=new AspUploader  
    15.             uploader.Name="myuploader"  
    16.             %>  
    17.             <%=uploader.GetString() %>  
    18.         </form>  
    19.     </div>  
    20. </body>  
    21. </html>  
     

    I did not change any other file/code with the  "aspuploader" folder.

     

    Regards,

     

    Ken 

View Complete Thread