Jump to content

leo-veio

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

leo-veio last won the day on May 28 2013

leo-veio had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

leo-veio's Achievements

Newbie

Newbie (1/4)

1

Reputation

  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...