I’m getting the error “[RPC Fault faultString="Error #1502: A script has executed for longer than the default timeout period of 15 seconds." faultCode="EncodingError" faultDetail="null"]:” when uploading a bytearray trough a web service.
Now…this occurs only when the bytearray size is higher than 50 mb…aprox.
Here is the line of code that gives the error where pFileData is the byteArray I’m sending.
pFileData.position = 0;
pFileData.compress();
var call:AsyncToken = service.UploadAttachmentBytes(pFileData);
Thanks.
TimeLimit for the script is 60 seconds by default.