Jean-Marc Kiener Posted May 30, 2017 Posted May 30, 2017 I know that an app on OSX is a (special) directory. However, TUniFileUpload allows me to pick it (Filter = .app). I never get a OnCompleted event. Is there any chance to upload a *.app from OSX to a windows server? Quote
Administrators Farshad Mohajeri Posted May 31, 2017 Administrators Posted May 31, 2017 Have you tried with other extensions? Does this problem occur only for ".app" extension? Quote
erich.wanker Posted May 31, 2017 Posted May 31, 2017 does this help ?? procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin MimeTable.AddMimeType('app','pkpass'); or "application/vnd.apple.pkpass" 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.