Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Upload won't work
Upload won't work
Last post 02-07-2011, 1:50 PM by
Eric
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-04-2011, 8:19 AM
66049
xynbolis
Joined on 02-04-2011
Posts 3
Upload won't work
Reply
Quote
I have just installed the trail version onto my web server but cannot get the upload to work. It creates a new category ok but the upload files button doesn't work. Any ideas welcome.
Thanks
02-04-2011, 9:40 AM
66052
in reply to
66049
Eric
Joined on 08-05-2009
Posts 1,269
Re: Upload won't work
Reply
Quote
Dear xynbolis,
Please tell me the php uploader test url on your website, you can also send it to
eric@cutesoft.net
, i will check this issue on my end.
Thank you for asking
Eric@cutesoft.net
02-07-2011, 10:22 AM
66098
in reply to
66052
xynbolis
Joined on 02-04-2011
Posts 3
Re: Upload won't work
Reply
Quote
Hi Eric,
The test url is :
http://www.graphicnet.co.uk/test.php
You will also notice that opening the lightbox has the filename in the middle rather than at the left.
Thanks
02-07-2011, 1:50 PM
66102
in reply to
66098
Eric
Joined on 08-05-2009
Posts 1,269
Re: Upload won't work
Reply
Quote
Dear xynbolis,
You can find the following html code in your page:
<script src="http://cutesoft.net/uploader/resources/Core/GalleryLibrary.js" charset="UTF-8" type="text/javascript"></script>
Failed to load source for:
http://www.graphicnet.co.uk/uploader/resources/Core/GalleryLibrary.js
This path is incorrect, you can use the following code to set the path to your actual value:
$gallery->GalleryClient="/uploader/resources";
Thank you for asking
Eric@cutesoft.net