![]() |
TIWCustomFileUploader.AcceptFiles - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (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: TIWCustomFileUploader.AcceptFiles (/thread-710.html) |
TIWCustomFileUploader.AcceptFiles - jeroen.rottink - 10-04-2018 Hi I upgraded from IW14.1.3 to IW15.0.13 using Delphi 10.1 Berlin In a converted project I use TIWCustomFileUploader to give a user the possibility to take and upload a photo. On a Samsung Galaxy S7 with Chrome this stopped working. The user can't take a photo anymore. On a Lenovo tablet it still works... Looking at the html (generated using templates) there is a difference in the accept attribute. In IW15 it's '.image/*' instead of 'image/*'. Code: <!-- IW14.1.3 --> In the source procedure TIWCustomFileUploader.SetAcceptFiles(const Value: string); is changed resulting in this behaviour. |