Search found 40 matches

by amrish_deep
Mon Aug 10, 2009 10:51 am
Forum: JFileUpload
Topic: Upload failed with java.net.SocketException
Replies: 3
Views: 7382

Upload failed with java.net.SocketException

I have been using upload applet for long . But now I tried to upload two different files by opening my upload application in two IE browsers . After the upload proceeds for 60% in one session and 55% in another session, upload applet gave an exception below Upload started ...Upload failed : java.net...
by amrish_deep
Thu Apr 16, 2009 6:24 am
Forum: JFileUpload
Topic: Start Upload button not visible with JBatchupload
Replies: 9
Views: 18688

Re: Start Upload button not visible with JBatchupload

Can you specify your timezone and convenient time for you to have webex session or netmeeting?
by amrish_deep
Thu Apr 02, 2009 9:57 am
Forum: JFileUpload
Topic: SSL handshake exception on installing SSL certificate
Replies: 1
Views: 4962

SSL handshake exception on installing SSL certificate

I have upload applet on the site running and working fine before installing SSL certificate.But recently I installed SSL certificate on the website. Now the applet is giving the following error Upload started ...Upload failed : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc...
by amrish_deep
Wed Apr 01, 2009 12:27 pm
Forum: JFileUpload
Topic: Start Upload button not visible with JBatchupload
Replies: 9
Views: 18688

Re: Start Upload button not visible with JBatchupload

I have used ARCHIVE parameters only at two places while embedding the applet in my aspx page as posted in my previous post.I have the batchui.jar in the lib folder as well as in ARCHIVE parameters.
by amrish_deep
Wed Apr 01, 2009 6:14 am
Forum: JFileUpload
Topic: Start Upload button not visible with JBatchupload
Replies: 9
Views: 18688

Re: Start Upload button not visible with JBatchupload

I have opened the Java console and came to know about the error.It is a class not found exception.But what should be done to include the class?.Any ways below is the result of Java console. Java Plug-in 1.6.0_11 Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM User home directory = C:\Documents...
by amrish_deep
Tue Mar 31, 2009 10:34 am
Forum: JFileUpload
Topic: Start Upload button not visible with JBatchupload
Replies: 9
Views: 18688

Start Upload button not visible with JBatchupload

Actually I tried deleting the temporary internet files.But that couldnot solve the problem.There are no quotes in the dynamic url passed by me.
by amrish_deep
Mon Mar 30, 2009 11:31 am
Forum: JFileUpload
Topic: Start Upload button not visible with JBatchupload
Replies: 9
Views: 18688

Start Upload button not visible with JBatchupload

on the interfave of UploadApplet Start Upload button is not visible. Below is my code in aspx page where I embed the applet .Can you check whether the params for resource files (properties file) and values have been properly defined? I have i18n.properties file already working on the same machine wi...
by amrish_deep
Tue Sep 30, 2008 6:17 am
Forum: JFileUpload
Topic: Upload failed with the error
Replies: 1
Views: 5276

Upload failed with the error

I tried using Upload applet.It was working fine for some time on my server.But suddenly started giving the following error.Is it with the certifcate for SSL.Do I need to do anything to support SSL? The error which I have got is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc...
by amrish_deep
Tue Sep 23, 2008 10:34 am
Forum: JFileUpload
Topic: Error while uploading the Chunk
Replies: 1
Views: 5157

Error while uploading the Chunk

I am using chunking mechanism of JFileUpload Applet for uploading files of size>2GB. Everything works fine on IE.But on firefox, the chunk is made properly, but while uploading it,it gives the following error:

Upload started..Server Error custommessage=Thread was being aborted.
by amrish_deep
Sat Sep 20, 2008 5:17 am
Forum: JFileUpload
Topic: How does chunking and Resumable upload worktogether ?
Replies: 3
Views: 8229

Re: How does chunking and Resumable upload worktogether ?

Yes, I need the chunking to work only for the files of size>1.5GB though the chunksize we pass to the applet is (for example) 512MB.

Resume feature is not working with chunking.Any help in this please?