Hi I am trying to build a worklight image upload app. I want to upload picture on Worklight server.
Is it possible. I am able to upload that image to test server using ft.upload(imageURI, "http://posttestserver.com/post.php?dir=adsa", win, fail, options);
But I want to know if I can upload that image on Worklight Server, If yes what would be the url.