0

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.

vishal_g
  • 3,871
  • 4
  • 21
  • 34
AzAh
  • 41
  • 1
  • 1
  • 14

1 Answers1

0

You should not upload anything to the Worklight Server. The Worklight Server is more of a conduit, using adapters, between your application to your backend system - be it a files server or a database. For this purpose imagine your test server as the backend system.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89