Search found 22 matches

by Chris78
Fri Mar 13, 2009 9:02 am
Forum: JFileUpload
Topic: Archiver has problems with umlauts in filenames
Replies: 2
Views: 9431

Re: Archiver has problems with umlauts in filenames

Ok, this could help.

Thanks!
by Chris78
Fri Mar 13, 2009 9:00 am
Forum: JFileUpload
Topic: select dialog starts upload when user wants to change dir
Replies: 9
Views: 28275

Re: select dialog starts upload when user wants to change dir

Hi! Disabling the enter key would be a useful option. So if your focus is on a folder icon or in the filename textfield below the upload should not start immediately. The perfect solution though would be to change into the corresponding directory when the user presses and focus is on a directory. At...
by Chris78
Thu Mar 12, 2009 12:18 pm
Forum: JFileUpload
Topic: select dialog starts upload when user wants to change dir
Replies: 9
Views: 28275

Re: select dialog starts upload when user wants to change dir

*remind*

Any news concerning this thread? Is there an appropriate testing version available yet?

Chris
by Chris78
Thu Mar 12, 2009 12:13 pm
Forum: JFileUpload
Topic: Archiver has problems with umlauts in filenames
Replies: 2
Views: 9431

Archiver has problems with umlauts in filenames

Hi there! Using the client side zip functionality of JFileUpload, the packer seems to have problems with umlauts in the filenames. For example, the file "änderung.txt" will be packt into a "änderung.txt.archive.zip", which contains a file called "+ñnderung.txt". Is it possible to add utf-8 encoding ...
by Chris78
Wed Mar 04, 2009 11:07 am
Forum: JFileUpload
Topic: Security Certificate Expired
Replies: 5
Views: 13998

Re: Security Certificate Expired

Hi!

Same problem here. Isn't it possible to certify the applet forever or for the next 100 years?
2011 will be 'soon' and then we/our users will run into the same problem again.

Regards
Chris
by Chris78
Fri Feb 06, 2009 8:34 am
Forum: JFileUpload
Topic: select dialog starts upload when user wants to change dir
Replies: 9
Views: 28275

Re: select dialog starts upload when user wants to change dir

Thanks!
Looking forward to the 2.4 release then :)

Regards,
Chris
by Chris78
Wed Feb 04, 2009 9:00 am
Forum: JFileUpload
Topic: select dialog starts upload when user wants to change dir
Replies: 9
Views: 28275

Re: select dialog starts upload when user wants to change dir

absolutely! :)
That's the behavior as you can find it in most applications I think.

I think the best solution would be a configuration option for the desired behavior in the i18n.properties.

Regards,
Chris
by Chris78
Tue Feb 03, 2009 10:03 am
Forum: JFileUpload
Topic: select dialog starts upload when user wants to change dir
Replies: 9
Views: 28275

select dialog starts upload when user wants to change dir

Hi! Is it a bug or feature? :) If you click the select button of JFileUpload, some users are used to change the directory by typing in the path, like "c:\my_files", and press Enter to change to that directory. Unfortunately JFileUpload will start uploading that whole folder immediately. In most case...
by Chris78
Fri Jan 02, 2009 12:27 pm
Forum: JFileUpload
Topic: getParameter just returns null
Replies: 2
Views: 10911

Re: getParameter just returns null

Hi! I will keep that in mind and try later. For now I found out that using the style visibility:hidden setParameter will work. I guess if an html-element with an applet inside uses display:none , the browser will re-initialize the applet when you display the element again and previously set paramete...
by Chris78
Mon Dec 29, 2008 3:59 pm
Forum: JFileUpload
Topic: getParameter just returns null
Replies: 2
Views: 10911

getParameter just returns null

Hi there! I'd like to use getParameter, which seems to be a valid function of the applet, but it returns null when I call it. I'm using document.clientupload_box.setParameter('ids','1,2,3') to have the applet send along these IDs when I upload files. But getParameter('ids') does return null after th...