Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Warning about PDF resource
#1
Hi,
When I use the next code with ModalWindow to download a pdf I am getting the next message in chrome console.
The PDF is downloaded but I get the warning.
Is there a way to avoid it?

Code:
IWBase__ED463BD0B.js:4 Resource interpreted as Document but transferred with MIME type application/pdf



Code:
with IWModalWindow1 do begin
    Reset;
    Autosize := False;
    Title := 'Bulário';
    Draggable := False;
    WindowWidth := 95;
    WindowHeight := 95;
    Src := 'http://mysite/document.pdf';
    OnAsyncClick := nil;
    Show;
  end;

Regards, Luiz
Reply


Messages In This Thread
Warning about PDF resource - by cprmlao@hotmail.com - 05-06-2019, 09:02 PM
RE: Warning about PDF resource - by DanBarclay - 05-09-2019, 05:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)