Jump to content

Ki Sung Kim

uniGUI Subscriber
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Ki Sung Kim

  1. Open the hyper_server.cfg file. It was resolved by adding [custom_mimes]. Thank you so much. Happy New Year!.
  2. The gbr file is text. Changing the extension does not work
  3. There is a problem with the version of your Windows environment. Please tell me how to take action. - ppt file Not downloaded after pptx file upload Files with gbr extension will not be downloaded
  4. Hello The same symptoms appear in both OS environments. Please confirm. - Windows Server 2016 Standard Ver : 1607 - Windows Server 2008 R2 Enterprise Service Pack 1 ============================================================================================================ Uploading files is fine. No response when downloaded in edge environment. The server log file displays an "Access denied" log. hyper_server.exe: 00000778: 09:38:42 [HandleFileRequest[0.0.0.0]]:Access denied: D:\HyperServer\bin64\cache\connectvd_exe\n1\1_t7l22QsIvY10BE53054\$$$\5.시스템분과_230112081142_230112090227_230119093822.PPTX. hyper_server.exe: 00000560: 09:39:16 [HandleFileRequest[0.0.0.0]]:Access denied: D:\HyperServer\bin64\cache\connectvd_exe\n1\1_t7l22QsIvY10BE53054\$$$\[IATEC] BN41-02990B(22.03.04)_BOT_230118123313.GBR. ============================================================================================================= - enquiry . Check if regedit Path is wrong in Windows NT environment. I will ask you where and how to add it. It's urgent.
  5. If you change the extension to the A.pptx=>A.ppt file and upload it, it will download successfully.
  6. I checked the log and it says Access Denied. I'll ask you where to check. hyper_server.exe: 00000778: 09:38:42 [HandleFileRequest[]]:Access denied: D:\HyperServer\bin64\cache\connectvd_exe\n1\1_t7l22QsIvY10BE53054\$$$\5.시스템분과_230112081142_230112090227_230119093822.PPTX. hyper_server.exe: 00000560: 09:39:16 [HandleFileRequest[]]:Access denied: D:\HyperServer\bin64\cache\connectvd_exe\n1\1_t7l22QsIvY10BE53054\$$$\[IATEC] BN41-02990B(22.03.04)_BOT_230118123313.GBR.
  7. Problem downloading file. UniSession.SendStream(S, qtList.FieldByName('FileName').AsString); Two files with extension pptx or gbr cannot be downloaded. This is the inquiry I made of.
  8. There are Windows environments where the following applies. There's an environment that doesn't work. MimeTable.AddMimeType('gbr', 'gbr'); MimeTable.AddMimeType('pptx', 'pptx'); - the summit Windows 10 Pro - Problematic environment Windows Server 2016 Standard Ver : 1607 Whether there are other settings or what needs to be installed. Please let me know.
  9. The following procedure will not be executed. Where to set it up. procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin MimeTable.AddMimeType('*', 'application/*'); end;
×
×
  • Create New...