alaxala
Results
2
issues of
alaxala
When I try to upload file more than 16Mb to Innovator I get the exception (timeout, but it happens earlier than 100 sec as default timeout). After some investigations I...
This code works with Innovator v11sp12, but not with v12 ` UploadCommand uCommand = connection.CreateUploadCommand(); uCommand.AddFile(arasFileItem.Id(), arasFileItem.LocalFile); connection.Apply(uCommand).AssertNoError(); ` With Innovator v12 I've got the exception with response 404 from...