Search found 25 matches

by maarora
Sat Sep 01, 2012 11:41 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.ConnectException:
Replies: 7
Views: 16631

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

uploading any file give me this error : Upload started ...Upload failed : java.net.ConnectException: Connection timed out: connect
by maarora
Wed Apr 06, 2011 5:13 am
Forum: JFileUpload
Topic: customize jfileupload
Replies: 1
Views: 4360

customize jfileupload

Hi,

Can we customize the jfileupload to look similar like browse button method. Please suggest at wat extennt we can modify the look anf feel of jfileupload.


Manish
by maarora
Wed Apr 06, 2011 5:02 am
Forum: JFileUpload
Topic: check file extension
Replies: 1
Views: 4176

check file extension

Hi,

I would like to allow only .wmv and .avi files to be uploaded to jfileupload tool. How can I do that before submitting the form.

Regards,
Manish
by maarora
Thu Apr 15, 2010 6:53 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

Please find below the log file ----- Wed Apr 14 19:22:41 PDT 2010 ----- PHP.ini setup:5.2.6 Free space for <path>/n4vgjklvbto5lkuolugim32f31/:13289562112 file_uploads:1 upload_max_filesize:2M (script max_size:1500000) post_max_size:8M max_execution_time:30 max_input_time:60 memory_limit:32M ignore_u...
by maarora
Tue Apr 13, 2010 7:54 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

Still waiting for the response. Please suggest.
by maarora
Fri Apr 09, 2010 7:08 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

Hi, Please find the below required value. Also, I would like to mention that I am using the chunk size with limit 1500000. It works fine on few system and on other systems it uploads 7-8 chunks then got the error message mentioned above. - file_uploads = On - upload_max_filesize = 2M - post_max_size...
by maarora
Wed Apr 07, 2010 11:37 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

please suggest if this is related to memroy limit ??? willl it fix the issue if i increase the memory limit in php.ini

Help help help

Regards,
Manish
by maarora
Wed Apr 07, 2010 6:50 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

Yes we are using php. But we have defined the chunk size. And larger file works on some computers. We are using 2.4 unregistered version currently.

<PARAM NAME="chunksize" VALUE="1500000"> <PARAM NAME="chunkmode" VALUE="onfly">
by maarora
Wed Apr 07, 2010 6:17 am
Forum: JFileUpload
Topic: Upload started ...Upload failed : java.net.SocketException:
Replies: 13
Views: 29108

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

We are using the HTTP upload. Please check the below js file that we have used in the script for jfileupload. <!-- var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var sessid="http://www.mydomain.com/admin/process.php?sessId="+document.getElementById('sess_id').value; var _ie = (_...