I'm doing an upload of image from a web page. Everything works except
for two things, and I think they are connected. First it is not possible
to publish the fileres record after creation.Neither from within console
nor using PublishIfNeededFromId method. Second the MD5 is different from
what the console produces when uploading manually. I've tried creating
the MD5 based on different attributes and also from the image file
itself, but it always differs from what the console will produce.My
hyopt...