muh - 2009-02-27

Hi all,

since 18. february 2009 my multiple upload doesn't work.
i tried it on 10 clients with different os (win xp, win vista, mac os x) and different browser firefox, ie7, ie6 and so on.
on some clients it works fine and on others not, although the java version is the same 1.6.0_11.
Even when i try the example on postlet.com it doesn't work any more.

Is it a bug? What's wrong with it?

In the Java console i get the following message:

Java Plug-in 1.6.0_11
Verwendung der JRE-Version 1.6.0_11 Java HotSpot(TM) Client VM

Exception in thread "Thread-21" java.lang.ArrayIndexOutOfBoundsException: 1
    at UploadThread.getSocket(UploadThread.java:280)
    at UploadThread.uploadFile(UploadThread.java:133)
    at UploadThread.upload(UploadThread.java:94)
    at UploadThread.run(UploadThread.java:71)
Exception in thread "Thread-23" java.lang.ArrayIndexOutOfBoundsException: 1
    at UploadThread.getSocket(UploadThread.java:280)
    at UploadThread.uploadFile(UploadThread.java:133)
    at UploadThread.upload(UploadThread.java:94)
    at UploadThread.run(UploadThread.java:71)
=========================

muh