Upload started ...Upload failed : java.net.ConnectException:

Upload core product.
Post Reply
maarora
Posts: 25
Joined: Wed Apr 23, 2008 7:04 am

Upload started ...Upload failed : java.net.ConnectException:

Post by maarora »

uploading any file give me this error : Upload started ...Upload failed : java.net.ConnectException: Connection timed out: connect

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

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by support »

Are you using FTP or HTTP upload?

taher
Posts: 6
Joined: Thu May 19, 2011 8:26 am

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by taher »

i have the same error with html

===
Uploading : jazeera.flv
(197,159,676 bytes)
Upload started ...Upload failed : java.net.SocketException: Software caused connection abort: socket write error
--------------------------------------------------
Uploading : iSkysoft Video Converter.lnk
(920 bytes)
Upload started ...Server error HTTP/1.1 403 Forbidden
--------------------------------------------------

could you please help

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

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by support »

So you're using HTTP upload. Which server-side script are you using to handle upload request?

taher
Posts: 6
Joined: Thu May 19, 2011 8:26 am

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by taher »

I couldn't exactly get what you mean, but i think its html script

this is the name of the file

applet_http_php.html

It was working before, but now its giving this error, whenever i am trying to upload
I have tried a lot

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

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by support »

What do you have in 'url' parameter of APPLET declaration?
If should be the URL to server-side script that handles upload requests.
You get HTTP 403 which means 'Forbidden resource', so the URL might be protected now or require authentication.

taher
Posts: 6
Joined: Thu May 19, 2011 8:26 am

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by taher »

the permission of the file is (0644) and i didn't change it

this is part of the code in the file (applet_http_php.html)

+++++
<td align="center"><p><br>
<!-- JFileUpload Applet : Begin copy/paste -->
<script src="applet_http_php.js"></script>
<!-- JFileUpload Applet : End copy/paste -->
<br>
<br> <br>
</p>
</td>
</tr>
<tr>
<td align="center"><p><b><br>
</b>
</p>
<p><b>JFileUpload Applet + PHP server-side script sample</b><br>
Homepage: <a href="http://www.jfileupload.com/products/tools/index.html" target="_blank">http://www.jfileupload.com</a> <br>
<br>
+++++++

if i need to change any thing tell me, or if i need to consult my hosting service, tell me exactly what to tell them

Regards,

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

Re: Upload started ...Upload failed : java.net.ConnectExcept

Post by support »

What is needed is the content of applet_http_php.js

Post Reply