Search found 5 matches

by Clemens
Fri Jul 08, 2011 3:01 pm
Forum: JFileUpload
Topic: Upload Empty Folder Structure?
Replies: 11
Views: 65248

Re: Upload Empty Folder Structure?

Hi, Ok thanks firstival for your reply. I modified the applet's source code so that it is also possible now to upload completely empty folder structures. I wouldn't say that the original behaviour is a bug, but I would say that it is in some way inconsistent, because it is indeed possible to upload ...
by Clemens
Thu Jun 30, 2011 8:28 am
Forum: JFileUpload
Topic: Upload Empty Folder Structure?
Replies: 11
Views: 65248

Re: Upload Empty Folder Structure?

Hi, Now I have yet two further questions: - When we try to upload a folder that contains no single file but e.g. just another empty subfolder, nothing happens. It seems that there is no uplod request triggered by JFileUpload. Can we bypass this behaviour in some way or does JFileUpload always assume...
by Clemens
Tue Jun 28, 2011 8:58 am
Forum: JFileUpload
Topic: Upload Empty Folder Structure?
Replies: 11
Views: 65248

Re: Upload Empty Folder Structure?

Hi,

Thank you very much for the quick reply!
This was indeed the parameter that was missing, so now it works like a charm.
by Clemens
Mon Jun 27, 2011 1:32 pm
Forum: JFileUpload
Topic: Upload Empty Folder Structure?
Replies: 11
Views: 65248

Upload Empty Folder Structure?

Hi, Currently we implemented a scenario in which it is possible to upload a folder with all it's files and folders beneath (recursively). This works perfectly except for subfolders that contain no single file. Is it also possible to upload an empty folder or is this not supported by JFileUpload? We ...
by Clemens
Fri May 13, 2011 8:00 am
Forum: JFileUpload
Topic: JSAPI for Premium Build
Replies: 1
Views: 7207

JSAPI for Premium Build

Hi, We have licensed the premium version of JUpload (v 2.7). I integrated the applet into my web application without any problems. Now I want however also use the JSAPI in order to get notified about some events. I downloaded JSAPI and tried also to integrate it, but I got all the time an ClassNotFo...