![]() |
|
IWFileUploader::SelectFile() - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IWFileUploader::SelectFile() (/thread-1914.html) |
IWFileUploader::SelectFile() - JuergenS - 08-28-2020 Hi, C++ Builder 10.4 My IntraWeb Application (Indy - x86) Build Date: Aug 04, 2020 IntraWeb Version: 15.2.11 32-bit Server on 64-bit Windows HTTP Server is active on port: 80 IWFileUploader::SelectFile() doesn't show a selection dialog in the new Firefox for Android (79.0.5) anymore. Firefox (80.0), Edge (84.0.522.63), Chrome (84.0.4147) and others are OK. Regards JuergenS
RE: IWFileUploader::SelectFile() - Alexandre Machado - 08-30-2020 I'll have a look and get back to you. Browser devs seem to be bored lately and are purposefully breaking lots of stuff RE: IWFileUploader::SelectFile() - Alexandre Machado - 09-15-2020 Hi, seems that Firefox actually blocked it. The option is to trigger the SelectFile() method from JavaScript directly. Unless FF decides that this is an bug or unexpected behavior, I don't have my hope that it can be circumvented... |