• EW416
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 2
    Replies
We are using the ajax proxy to GET text files and images stored on Amazon S3 into Javascript in a VF page. We get the text files ok, but the image files (png, jpg) arrive slightly mangled. By inspecting connection.js, we see that the proxy handles only two mimeTypes: text/plain and text/xml. Does that mean we can't use it to retrieve images?

Is the Lotus Connector supported in a sandbox environment?  We have everything installed and configured but can't get logged in after typing in the username and pwd in the Salesforce Options.

 

 

  • January 08, 2010
  • Like
  • 0
We are using the ajax proxy to GET text files and images stored on Amazon S3 into Javascript in a VF page. We get the text files ok, but the image files (png, jpg) arrive slightly mangled. By inspecting connection.js, we see that the proxy handles only two mimeTypes: text/plain and text/xml. Does that mean we can't use it to retrieve images?