umbracoFile is empty when inserting media via old mediaservice
When inserting images via the old webservice (umbraco/webservices/api/mediaservice.asmx), umbracoFile is not set anymore.
We updated from umbraco 4.11.5 -> 6.0.2. Here we have some example XML from the database after the media has been inserted. As you see, umbracoFile is empty.
Hmm, that's a bit odd since the old API's should still be working as usual under the helmet even though some of the methods and classes etc. are now marked as being deprecated.
What does your current code look like? Not sure but this could perhaps be a bug.
I know, it should still work. But after the upgrade umbracoFile property is allways empty. For the moment I hav pulled down the source of umbraco.webservices and modified the code to use the new Services.MediaService instead. Then it works like a charm, but still the old way must still work.
Yeah, I saw that issue, but since I am using the webservices for integration purposes and from a application outside of umbraco I did not found the answer in you issue Jeroen. Thanks though!
umbracoFile is empty when inserting media via old mediaservice
When inserting images via the old webservice (umbraco/webservices/api/mediaservice.asmx), umbracoFile is not set anymore.
We updated from umbraco 4.11.5 -> 6.0.2. Here we have some example XML from the database after the media has been inserted. As you see, umbracoFile is empty.
Anyone who has experienced this after updating?
//Tommy
Hi Tommy
Hmm, that's a bit odd since the old API's should still be working as usual under the helmet even though some of the methods and classes etc. are now marked as being deprecated.
What does your current code look like? Not sure but this could perhaps be a bug.
Looking forward to hearing from you.
/Jan
Hi Jan,
I think Morten is on this, but have a look here.
http://issues.umbraco.org/issue/U4-1937
I know, it should still work. But after the upgrade umbracoFile property is allways empty. For the moment I hav pulled down the source of umbraco.webservices and modified the code to use the new Services.MediaService instead. Then it works like a charm, but still the old way must still work.
In the v6 beta I also had a problem with creating media in the RTE. See this issue: http://issues.umbraco.org/issue/U4-1371
Maybe they never fixed that problem for the old webservice.
Jeroen
Yeah, I saw that issue, but since I am using the webservices for integration purposes and from a application outside of umbraco I did not found the answer in you issue Jeroen. Thanks though!
Hopefully it is a easy fix :D
Issue is posted here http://issues.umbraco.org/issue/U4-1937, and the fix is posted http://nightly.umbraco.org/umbraco%206.0.3/UmbracoCms.6.0.3-build.16.zip
MAN that it was I call service and support. Thanks umbraco hq and Morten you guys are awesome.
is working on a reply...