Project

General

Profile

WFileUploader and wfcgid

Added by Marcelo Antunes almost 4 years ago

I create the widget that i sent as attachment, and when link and run my wt project against lwthttp it works as it supposed to.

But when i link and run my project against lwtfcgi (on apache), the signal called changed from wfileupload is fired.

Code of slot linked to changed signal from wfileupload:

fileUploader->changed().connect([=] {
     fileUploader->upload();
});

As i said the change signal is fired, but then nothing else happens (the file is not uploaded, and there is no error on log).

Regards

Marcelo