Connection refused: connect

Upload core product.
Post Reply
micke77
Posts: 1
Joined: Wed Mar 11, 2009 12:33 pm

Connection refused: connect

Post by micke77 »

Hi,

What could be the problem with this?

Select or drag and drop file to upload
--------------------------------------------------
Uploading : sample.jpg
(382 124 bytes)
Upload started ...Upload failed : java.net.ConnectException: Connection refused: connect
--------------------------------------------------

It's working fine for some users, however not for others. I've created a simple PHP page with a HTTP POST upload to verify that works. And that PHP upload page works fine.

The upload works fine from my side. So the URL parameter is correctly set. I've tried both PHP and JSP solution.

I suspect that their proxy server is blocking the uploads but i'm not quite sure. The client was able to upload file with process.php file only, but not with the applet.

Where should i start troubleshooting?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Connection refused: connect

Post by support »

Start from the following tutorial:
http://www.jfileupload.com/products/jfi ... oting.html

Then your customer will have the Java console logs you could post here.

Post Reply