Everything is install, configured and working correctly except for the upload folder. Admin_attach.asp dynamicly populates your upload url, the only thing it asks for the actual folder name. Is there anyway to hard code the url into admin_attach.asp? My upload folder is not in the root of my forum folder so admin_attach.asp fails.
It can be done. It requires a number of code changes in 3 pages of the mod (admin_attach, myfiles, and ouputfile). Look for STRUPLOADURL in those files and you will find the areas where the local path is built.