Ok, this could help.
Thanks!
Search found 22 matches
Re: select dialog starts upload when user wants to change dirHi! 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...
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
Archiver has problems with umlauts in filenamesHi 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 ...
Re: Security Certificate ExpiredHi!
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
Re: select dialog starts upload when user wants to change dirThanks!
Looking forward to the 2.4 release then Regards, Chris
Re: select dialog starts upload when user wants to change dirabsolutely!
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
select dialog starts upload when user wants to change dirHi! 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...
Re: getParameter just returns nullHi! 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...
getParameter just returns nullHi 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...
|