File Upload Applet Bugs
A tool for web developpers, to get rid of HTML upload limitation
Brought to you by:
etienne_sf
with the 4.3.0 release of jupload i get the following error when i start the applet, and/or the upload finishes:
whjk.upload2.exception.JUuploadException:java.lang.UnsupportedOperationException]The method shutdownOutput() is not supported in SSLSocket (Unable to access to the postURL:'https://www.example.org/upload-in-chunk.php')
but the upload is working just fine.
Anonymous
You're right.
https upload doesn't work. I think it's due to the refactoring that occured in 4.0.
Etienne
It's now corrected, and commited on SVN.
Can you confirm it, with the jar file available here:
http://jupload.svn.sourceforge.net/viewvc/jupload/trunk/jupload2/wwwroot/wjhk.jupload.jar
yes, the fixed version from SVN works like expected. thanks a lot!