leo-veio Posted May 24, 2013 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
Administrators Farshad Mohajeri Posted May 24, 2013 Administrators Posted May 24, 2013 Please create a Bug Report with a test case. Quote
leo-veio Posted May 27, 2013 Author 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
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.