How to : Create chat message and picture upload on Perspective

For picture upload/display:

  • Do not store it in a file on the server, but insert as a BLOB into a database (a file will work but is not officially supported by IA and is not guaranteed to continue working)
  • Use @pturmel's Blob Server Module to display the image after extracting its data
1 Like