Jump to content

leo-veio

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by leo-veio

  1. Hi, It was solved adding the mime type in TUniServerModule.UniGUIServerModuleCreate . Tks! procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin MimeTable.AddMimeType('eml', 'e-mail'); end;
  2. Hi, When I try send a file with UniSession.SendStream or UniSession.SendFile the browser debug show the following message: <html>Access denied ..\3nBPyYfkFVA3vRB\$$\file.eml.</html> Could someone help me ? Tks,
  3. Hi, Is it possible kill a session when the browser is closed? Tks, Léo
  4. Hi, Is it possible to call a function defined in script from a Uniform on an UniButton click ? Tks, Leo
×
×
  • Create New...