Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Just plain won't work on our server
Just plain won't work on our server
Last post 02-24-2012, 6:38 AM by
townsend
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
11-09-2011, 10:00 AM
71297
townsend
Joined on 11-09-2011
Posts 4
Just plain won't work on our server
Reply
Quote
I can't get it to work at all on our server no matter what I do. The server is fully compatible and has all the latest stable versions of PHP etc installed. When clicking the upload file button nothing happens at all.
It's up at http://www.townsend-records.co.uk/phpfileuploader/default.htm
Any ideas why it may not be working?
Thanks
11-09-2011, 10:33 AM
71299
in reply to
71297
townsend
Joined on 11-09-2011
Posts 4
Re: Just plain won't work on our server
Reply
Quote
All sorted now. Thanks support
12-15-2011, 3:43 AM
72011
in reply to
71299
phoenixraising
Joined on 12-15-2011
Posts 1
Re: Just plain won't work on our server
Reply
Quote
How did you rectify the server problem. What are the things you did to solve it.
application project in java
02-24-2012, 6:38 AM
73161
in reply to
72011
townsend
Joined on 11-09-2011
Posts 4
Re: Just plain won't work on our server
Reply
Quote
I changed the code at line 517 in the include_phpuploader file from
$cd=dirname($this->GetWebPath(__FILE__));
to the phpuploader location
$cd ="http://yourdomain.com/phpuploader";