- or download this
use strict;
use warnings;
...
}
}
exit 0;
- or download this
use strict;
use warnings;
...
$user->SetInfo;
}
exit 0;
- or download this
Function ReadBinaryFile(FileName)
Const adTypeBinary = 1
...
objNewUser.GetInfo
objNewUser.Put "thumbnailPhoto", ReadBinaryFile("image.jpg")
objNewUser.SetInfo