XFileSharing Pro - Allowing members download the Uploading tool

Message
Author
GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

Allowing members download the Uploading tool

#1 Postby GMC » Sep 25, 2009 8:08 am

I am having a hell of a time getting the menu item to allow me to download the tool off my server

I have set up the menu item but no matter what i put in the address for the menu item I get a NOT FOUND error and a 404 error

Can someone help me with how I do this

This is the code I am using now

Code: Select all

<a href="<TMPL_VAR site_url>/pages/Upit_Uploader_setup.rar.html"><TMPL_VAR lang_uploader></a>
my site is at mydomain.com/file

I have managed to get another HTML page showing using this exact code - so i am confused why this wont work

Thanks

GMC

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Sep 28, 2009 9:18 am

I recommend to upload Upit_Uploader_setup.rar to root htdocs folder and put code like this:

Code: Select all

<a href="<TMPL_VAR site_url>/Upit_Uploader_setup.rar"><TMPL_VAR lang_uploader></a>

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#3 Postby GMC » Sep 28, 2009 12:30 pm

PilgrimX182 wrote:I recommend to upload Upit_Uploader_setup.rar to root htdocs folder and put code like this:

Code: Select all

<a href="<TMPL_VAR site_url>/Upit_Uploader_setup.rar"><TMPL_VAR lang_uploader></a>
Thanks Pilgrim - I'll try that now

Welcome back!