Axis 7000 Application Integration - Page 6
Browse online or download pdf Application Integration for Server Axis 7000. Axis 7000 11 pages. Network document server
Also for Axis 7000: Installation Manual (1 pages), Installation Information (1 pages)
Axis Communications AXIS 7000 Application Integration using HTTP or FTP
If it was successful, aContType will have the value "image/jpeg" (if JPEG is the chosen
format. See table above), otherwise "text/html".
Finally we are ready to receive the data:
8.
UINT nBytesRead = anHttpFile->Read(buffer, MAXBUF - 1);
while( nBytesRead > 0)
{
//Save data somewhere
.
.
.
//Read next chunk
nBytesRead = anHttpFile->Read(buffer,MAXBUF -1);
}
6/11
Copyright © 2000 Axis Communications
00-05-31