Page 1 of 1

JQFileUpload not available on a data module

PostPosted: 14 Mar 2018 21:14
by davenovo
How come I cannot insert a TIWCGJQFileUploader on a data module?

I can put the TIWCGJQFileDownload on the datamodule, but not the uploader?

Re: JQFileUpload not available on a data module

PostPosted: 15 Mar 2018 10:37
by Alexander Bulei
Hi davenovo,

I can put the TIWCGJQFileDownload on the datamodule, but not the uploader?


Because the TIWCGJQFileDownload descends from TComponent, and its a bad idea, have the cgdevtools/iw components there.

Best Regards.

Re: JQFileUpload not available on a data module

PostPosted: 15 Mar 2018 16:40
by davenovo
thanks.