Resolved! Internal error 500 on upload file from REST API
Hi,I already had some trouble uploading a file from a node application to Alfresco, but this time I'm trying on a different way, and encountering different issue.var http = require("http");var options = { 'host': 'localhost', 'port': '8080'...