Search found 82 matches

by vlad
Fri Jun 04, 2010 8:53 am
Forum: JFileUpload
Topic: Bandwidth usage
Replies: 11
Views: 22550

Bandwidth usage

I was checking to see how the speed of uploading with JFileUpload compares with the classic way of uploading files. I have always though that it must be the same. I saw no reason why it should be different. In the following graph you have the bandwidth usage for the classic HTML-based upload method ...
by vlad
Mon Feb 15, 2010 8:21 am
Forum: JFileUpload
Topic: Firefox 3.6 Java Error
Replies: 7
Views: 12550

Re: Firefox 3.6 Java Error

I've updated the Java installation from "1.6.0_17" to "1.6.0_18" and this somehow fixed the problem.
by vlad
Mon Feb 15, 2010 8:10 am
Forum: JFileUpload
Topic: Firefox 3.6 Java Error
Replies: 7
Views: 12550

Re: Firefox 3.6 Java Error

It is the same error message I was receiving here: viewtopic.php?f=2&t=378, only that this time I have no workaround for it. There must be something wrong withing the JSAPI addon as without it seems to work fine.
by vlad
Mon Feb 15, 2010 8:08 am
Forum: JFileUpload
Topic: Firefox 3.6 Java Error
Replies: 7
Views: 12550

Re: Firefox 3.6 Java Error

This is not very helpful. I have no JavaScript functions to call twice, the applet is looking for a file named "jfileupload/upload/client/MApplet.class", which obviously doesn't exist on the server.
by vlad
Thu Feb 11, 2010 11:09 pm
Forum: JFileUpload
Topic: Firefox 3.6 Java Error
Replies: 7
Views: 12550

Re: Firefox 3.6 Java Error

Yes, error appears only after updating to Firefox version 3.6.
The website is online. My installation uses JavaScript calls as well.
by vlad
Thu Feb 11, 2010 8:24 pm
Forum: JFileUpload
Topic: Firefox 3.6 Java Error
Replies: 7
Views: 12550

Firefox 3.6 Java Error

Hi,

Please help:

Code: Select all

Exception: java.lang.NoClassDefFoundError: jfileupload/upload/client/MApplet
Ignored exception: java.lang.NoClassDefFoundError: jfileupload/upload/client/MApplet
Thank you!
by vlad
Thu Jan 21, 2010 1:14 pm
Forum: JFileUpload
Topic: Encoding of multilanguage file
Replies: 6
Views: 12610

Re: Encoding of multilanguage file

If you use PHP dynamically generated language files, you could use the following function to convert from UTF-8 to Unicode code points on the fly, without using Java's utility: function utf8_to_unicode($str) { $unicode = array(); $values = array(); $lookingFor = 1; for ($i = 0; $i < strlen($str); $i...
by vlad
Mon Jan 18, 2010 10:57 pm
Forum: JFileUpload
Topic: Encoding of multilanguage file
Replies: 6
Views: 12610

Re: Encoding of multilanguage file

Thanks for the tip, it worked. I had a UTF-8 encoded file, so the following command worked for me:

Code: Select all

native2ascii.exe -encoding UTF-8 inputfilename.txt outputfilename.txt
.. if anybody else has this problem.
by vlad
Mon Jan 18, 2010 3:05 pm
Forum: JFileUpload
Topic: Encoding of multilanguage file
Replies: 6
Views: 12610

Re: Encoding of multilanguage file

I'm having trouble translating the interface to Russian. I've converted the UTF-8 file to ASCII: taskoutput.usage=\u00d0\u0178\u00d0\u00b5\u00d1\u20ac\u00d0\u00b5\u00d1\u201a\u00d0\u00b0\u00d1\u2030\u00d0\u00b8\u00d1\u201a\u00d0\u00b5 \u00d1\u201e\u00d0\u00b0\u00d0\u00b9\u00d0\u00bb\u00d1\u2039 \u00...
by vlad
Tue Dec 01, 2009 1:07 pm
Forum: JFileUpload
Topic: Java update breaks the applet
Replies: 9
Views: 16801

Re: Java update breaks the applet

It seems that the problem is also related to Java's cache system. I had it disabled on my computer, to make sure I always get the updated applet loaded in my browser. If I enable it, the problem goes away. This also explains why my users didn't complained yet, as most of them have the default Java s...