Change App Path

  •  08-11-2014, 10:34 AM

    Change App Path

    By default you drop the files into: webroot\aspuploader

     

    For programming continuity on our site, I would like to place the files into webroot\cgi-bin\aspuploader.

     

    1, I can drop the  include file where it should go and reference it fine by: <!--#include virtual="/cgi-bin/aspuploader/include_aspuploader.asp" -->

     

    2, In the top of  ajaxuploaderhandler.asp and ajaxuploaderresource.asp, I can change the line to be <!--#include virtual="/cgi-bin/aspuploader/include_aspuploader.asp" --> as well.

     

    It is still looking for the files to be located at webroot\aspuploader still though.  How can I change this?

     

View Complete Thread