PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → WB22 Upload control.
WB22 Upload control.
Started by Aad Gouka, Aug., 19 2017 2:28 PM - 3 replies
Posted on August, 19 2017 - 2:28 PM
Hi all,

WB 22 has a nice feature, the Upload Control. You can choose to send one file or several files. I choose the option one file and the control is put nicely on the page. There is a area where you can drop a file and a Send-button.

When I run the page on my development system, only the Send-button is visible, but does react. Has anybody got this to work and do I miss something ?

Best regards,

Aad
Posted on August, 19 2017 - 3:06 PM
Hi

which browser?
which upload control? (flash or html5)

Best regards
Posted on August, 19 2017 - 3:28 PM
Hello Fabrice,

I'm using Chrome. The Details tab says Flash. I cannot choose HTML5. It's grayed.
Posted on August, 23 2017 - 10:13 PM
Hi,

well, it looks like flash is blocked in your chrome browser (default settings, these days).
In order to be able to use the html upload mode (reccomanded, as falsh is MORE and MORE blocked), you have to compile your pages in html5.

Best regards