Jump to content

Recommended Posts

Posted

Good Morning,

how do I enable extensions in UniGui in standalone mode?

in my application I have a javascript that refers to the fonts folder, it has two files:

unauthorized.jpg

Obs. This problem does not occur when it is executed by IIS.

 

  • 3 weeks later...
Posted

Good morning Farshad,

I'm using the latest Build, and is still locking the files.

  • Administrators
Posted

Your issue is different. You must register them in uniGUI first.

procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject);
begin
  MimeTable.AddMimeType('ttf', 'application/font', False);
end;
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...