Hi, I am using the below given AJAX request to upload an asset to DAM,
along with submission of a form to the server.$.ajax({url:
version_url,type:
'POST',data:'cmd=createVersion&_charset_=utf-8&%3Astatus=browser&comment=NewVersion&label=new',
success: function(data){},failure :function(data){}});This works
perfectly in my local and even I am able to create new versions for the
file by passing "label" parameter empty (Read somewhere in the forum,
that passing label as empty will create new versi...