upload

Fast image uploading

We have added a new feature: fast image uploading. This feature is based on the client size resizing.

The normal process of uploading images is the following:

  • chatter chooses an image
  • this image is uploaded to server
  • this image is resized
  • the resized image is sent back to chat

As you see, if you choose a huge image (50 megas for instance), uploading process can take time since you need to upload 50 megas. This can be a real pain with mobile phones.

We have introduced the resizing on client side before uploading to server.

So now the process is:

  • chatter chooses an image
  • this image is resized
  • this resized image is uploaded to server
  • the resized image is sent back to chat

As you can see, the process is much quicker. Besides it allows to upload big size photos since they will be resized before.

Now the caveat of this method is that the final image has JPEG format only. So you upload an animated GIF, you will get a static JPEG picture

how to upload images ?

You can now upload images in html5-chat

upload

New features now allows you to UPLOAD your own images.

Max size of image is set to 50 Kbytes to avoid abuses.

upload

As usual, fo to your panel admin and choose the config tab.

 

Check the Allow users to upload images into the chat checkbox.

Enter your chat: you will now be able to upload your OWN images into the chat !