Help for this page

Select Code to Download


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