I'm going to a Web Service an Array of Byte, the issue that is going the bytes with values from 0-255 and the Web Service accepts only value of -127 to 127, someone could help me?
A snippet of the code is this:
BytesFile : array [1..66000] of Byte;
AssignFile(fileB,'C:\img.jpg');
Reset(fileB,1);
BlockRead(fileB, BytesFile , SizeOf(BytesFile ), NumRead);
FileModevariable. Set it to zero beforeReSetto open read-only or set it to two to open read-write (default). However better use modern tools like TFileStream or IOUTils unit or David's fast file reader class. stackoverflow.com/questions/1642220 – Arioch 'The Nov 1 '12 at 13:26