I want a user to choose an image to upload for his avatar.
So in my form, I'm asking his username, password, DOB, etc...
I'm making an object[] array and rounding up every field, and then pass that array to my method that saves the information to my Database. How can I "get" the binary information from the selected image (the DB field is type varbinary(max)) and save it as an object in the object[] array to THEN pass it to my Save() method?