Not able to upload image using "mod_http_upload" module

Hello,

I am trying to send image on ejabberd through Conversation Client and I got "delivery failed" error.

Here below is the configuration which I set in ejabberd.yml file

port: 5443
  module: ejabberd_http
  tls: true
  certfile: "/etc/ejabberd/server.pem"
  request_handlers:
  - "upload": mod_http_upload
mod_http_upload:
  docroot: "/etc/ejabberd/upload"
  put_url: "https://server_ip:5443/upload"

In my "/etc/ejabberd/upload", sub directory is not created when I send any image but it shows in the logs which I attached on below link:

http://pastebin.com/wEY41dbe

Syndicate content