leo-veio Posted May 24, 2013 Share Posted May 24, 2013 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, Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted May 24, 2013 Administrators Share Posted May 24, 2013 Please create a Bug Report with a test case. Quote Link to comment Share on other sites More sharing options...
leo-veio Posted May 27, 2013 Author Share Posted May 27, 2013 Hi, It was solved adding the mime type in TUniServerModule.UniGUIServerModuleCreate . Tks! procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin MimeTable.AddMimeType('eml', 'e-mail'); end; 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.