Retrieve media ID after upload through mediaApiBaseUrl
I'm creating a custom property editor to restrict image dimensions on single uploads of images, using Umbraco's native ng-upload service, I can upload images to the file system and it gets registered in media, but the Upload api doesnt return any data on the media node that was created for the uploaded image.
I've attempted to find this media api to see if I can return the node id to the api through the response so I can save the value to the content node using the property editor.
Retrieve media ID after upload through mediaApiBaseUrl
I'm creating a custom property editor to restrict image dimensions on single uploads of images, using Umbraco's native ng-upload service, I can upload images to the file system and it gets registered in media, but the Upload api doesnt return any data on the media node that was created for the uploaded image.
I've attempted to find this media api to see if I can return the node id to the api through the response so I can save the value to the content node using the property editor.
Any suggestions?
is working on a reply...