Author |
Topic |
|
leescrivens
Starting Member
United Kingdom
12 Posts |
Posted - 22 May 2003 : 10:25:25
|
I have implemented Mike's attachment mod, and have no problems uploading a file. The file is created correctly in the folder structure.
However, when I try to open it from within the post, I get "Page cannot be found error". Looking at the address line (and link properties), it appears that it is trying to retreive the file from http://localhost/forum/uploaded/..... and not trying to open it from the server that it is located.
Does anything need to be amended in any of the asp files.
Regards Lee |
|
Lweast
Starting Member
29 Posts |
Posted - 22 May 2003 : 15:48:16
|
Check your inc_uploadconfig.asp file and verify that the path settings there are correct.
Your description seems to indicate that localhost is hardcoded somewhere. Do a search of all the ASP files, you should NOT find LocalHost used as path information in any of the ASP files. |
Edited by - Lweast on 22 May 2003 15:48:47 |
|
|
Dave.
Senior Member
USA
1037 Posts |
Posted - 22 May 2003 : 16:00:32
|
Make sure that your Forum URL is correct in 'Main Forum Confiuration' |
|
|
leescrivens
Starting Member
United Kingdom
12 Posts |
Posted - 23 May 2003 : 04:17:16
|
Thanks, you will have to forgive me, I'm still a newbie to this game, and still learning. It was the setting in the Forum URL that was wrong. I had been setting it up on the development server, and had set it to localhost, and forgot to change it to the server name when testing it across the network.
Regards Lee |
|
|
|
Topic |
|