-
Looks to be an issue with the demo, not the component. Demo seems to expect a return value from the upload call, but nothing is returned. Upload appears to have worked fine. Is there no status returned on the upload? A status would be preferred.
2008-11-10 15:23:03 UTC by gniessen
-
I am interested in using this for uploading to a specific album. I get an exception (logged in bugtracking), so it is dificult to tell if I am missing something I should know or am running into an issue.
2008-11-05 22:13:20 UTC by gniessen
-
{"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...
2008-11-05 22:10:13 UTC by nobody
-
eleventhal committed revision 157 to the PE2SmugMug SVN repository, changing 8 files.
2008-05-26 01:40:08 UTC by eleventhal
-
eleventhal committed revision 156 to the PE2SmugMug SVN repository, changing 1 files.
2008-02-05 21:23:37 UTC by eleventhal
-
eleventhal committed revision 155 to the PE2SmugMug SVN repository, changing 2 files.
2008-01-23 23:37:52 UTC by eleventhal
-
eleventhal committed revision 154 to the PE2SmugMug SVN repository, changing 3 files.
2008-01-23 23:30:47 UTC by eleventhal
-
eleventhal committed revision 153 to the PE2SmugMug SVN repository, changing 2 files.
2008-01-23 23:07:34 UTC by eleventhal
-
eleventhal committed revision 152 to the PE2SmugMug SVN repository, changing 1 files.
2008-01-23 21:09:35 UTC by eleventhal
-
eleventhal committed revision 151 to the PE2SmugMug SVN repository, changing 1 files.
2008-01-23 14:58:45 UTC by eleventhal