Search found 10 matches

by cactuscomputing
Tue Mar 10, 2009 5:36 pm
Forum: JFileUpload
Topic: uploading zip/tar files
Replies: 2
Views: 5903

Re: uploading zip/tar files

Note is does work under Vista/Mac, but it's not working on a Fedora 7 system.
by cactuscomputing
Tue Mar 10, 2009 5:00 pm
Forum: JFileUpload
Topic: uploading zip/tar files
Replies: 2
Views: 5903

uploading zip/tar files

I've noticed that jFileUpload does not allow the uploading of zip and tar files. It seems isDragOk is not finding an appropriate DataFlavor. Do you have a patch I can apply to support these kinds of files?
by cactuscomputing
Wed Feb 18, 2009 2:14 pm
Forum: Others
Topic: Jsapi - getting applet id
Replies: 2
Views: 14108

Re: Jsapi - getting applet id

Not in the near future, but it is very likely longer term.
by cactuscomputing
Tue Feb 17, 2009 10:04 pm
Forum: Others
Topic: Jsapi - getting applet id
Replies: 2
Views: 14108

Jsapi - getting applet id

It would be handy to get the applet id when the Jsapi Javascript methods are called. This feature can be easily added to Jsapi without breaking the existing code. JSMApplet needs to be altered so that the extra parameter is appended to the argument list being passed to notifyJS. The existing Javascr...
by cactuscomputing
Mon Feb 16, 2009 3:10 pm
Forum: JFileUpload
Topic: Non-obfuscated JSAPI
Replies: 1
Views: 5103

Non-obfuscated JSAPI

Hi,

I noticed the JSAPI download contains obfuscated code. How can I download the non-obfuscated version? Incidentally we recently purchased the premium version of JFileUpload.
by cactuscomputing
Mon Feb 16, 2009 3:05 pm
Forum: JFileUpload
Topic: ProgressPanel.fileProgressBar
Replies: 2
Views: 6514

Re: ProgressPanel.fileProgressBar

Correct
by cactuscomputing
Fri Feb 13, 2009 6:57 pm
Forum: JFileUpload
Topic: ProgressPanel.fileProgressBar
Replies: 2
Views: 6514

ProgressPanel.fileProgressBar

Hi,

The config setting allow ProgressPanel to be configured so that the overallProgressBar can be added if required. I cannot see any such mechanism to control the fileProgressBar. It would be handy to be able to do this.
by cactuscomputing
Thu Feb 12, 2009 6:05 pm
Forum: JFileUpload
Topic: Drag and Drop with spaces under Unix
Replies: 1
Views: 5279

Drag and Drop with spaces under Unix

Hi, JFileUpload when running under Unix (Linux Fedora) does not seem to like file names with spaces in them when dropped on to the applet. Note the same file works fine when running under windows. I fixed this problem by modifying the processDrop method so that URLDecoder is used (I've added a bunch...
by cactuscomputing
Thu Feb 12, 2009 5:43 pm
Forum: JFileUpload
Topic: incomplete ProgressPanel.getBorderLayoutLocation
Replies: 2
Views: 6919

Re: incomplete ProgressPanel.getBorderLayoutLocation

Yes please. Basically all of the possible border layout values should be supported.
by cactuscomputing
Wed Feb 11, 2009 7:04 pm
Forum: JFileUpload
Topic: incomplete ProgressPanel.getBorderLayoutLocation
Replies: 2
Views: 6919

incomplete ProgressPanel.getBorderLayoutLocation

I noticed that the private method ProgressPanel.getBorderLayoutLocation (v 2.3) does not support the west and east parameters. Will this be added soon?