erich.wanker Posted November 26, 2015 Posted November 26, 2015 Hello .. if i uplad a local created file (PDF) from my desktop-PC to the UniGUI-APP - it works fine :_) BUT if i download a File from the server and try to upload the same file again - it doesnt work... i thinkt - the WIN SRV 2003 R2 is the problem .. but i can not find a point to solve this problem .. Has anyone a Idea what´s the problem? ThanX Quote
gerhard.kimmeringer Posted November 26, 2015 Posted November 26, 2015 Hi Erich, have you add Mimetype in Servermodule oncreate? procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject);begin MimeTable.AddMimeType('pdf', 'PDF');end; best regards Gerhard Quote
Administrators Farshad Mohajeri Posted November 26, 2015 Administrators Posted November 26, 2015 If it is the same file why it should happen? Quote
erich.wanker Posted November 27, 2015 Author Posted November 27, 2015 MIME-Types are set .... i think - the "file source is internet" flag is set or something else .... i create a pdf on my local machine upload the file without problems download the file without problems upload the downloaded file - ERROR... ??? i am not the server-owner .. and the server-admin has no ideas why this happes.... very mysterious... Quote
Administrators Farshad Mohajeri Posted December 2, 2015 Administrators Posted December 2, 2015 upload the downloaded file - ERROR... What is the error exactly? 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.