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?
Connection refused: connectRe: Connection refused: connectStart 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. |