Good Day
I want to use the script on mulitple folders inside the same domain.
I have installed the script on: server.com/folder1/aspuploader and put the include in a file in the folder1 and it works fine.
However i want to be able to use the file to multiple folder.
So I have moved the script to: server.com/aspuploader.
Then I have changed the include path in the file (in folder1) to get the new path location. It finds the file correctly (include_aspuploader.asp) however, it seems that other linked files (such as resources/coreimpl.js) would not work. The javascript of the page would just crash and the page stop loading.
So I want to know how can I include the script that is on : server.com/aspuloader to files in different folder ex: server.com/folder1/file1.asp and server.com/folder2/file2.asp
Thanks!