Upload exception
Status: Beta
Brought to you by:
eleventhal
{"Object reference not set to an instance of an object."}
private void buttonUploadFile_Click(object sender, EventArgs e)
{
{...}
int res = _sm.ImageUpload(albumID, textBoxFilename.Text);
}
I was able to login and get albumns, images, and categories. But no luck with an upload. I tried it under VS2005 and VS2008 with the same results. I appear to have the _sm object, so must assume it is surfacing from with the library.
Gordon
gniessen@gmail.com