ejabberd - Comments for "report bug mod_http_upload" https://www.ejabberd.im/forum/25248/report-bug-modhttpupload en maheswari wrote: I'm using https://www.ejabberd.im/forum/25248/report-bug-modhttpupload#comment-66413 <div class="quote-msg"> <div class="quote-author"><em>maheswari</em> wrote:</div> <p>I'm using gajim client with HTTP Upload plugin and the forbidden message comes in ejabberd log and as well in wireshark trace.</p></div> <p>See my <a href="https://www.ejabberd.im/forum/25238/http-upload-file-ejabberd#comment-66412">response in the separate thread you started</a>.</p> Sat, 21 Nov 2015 22:54:00 +0000 holger comment 66413 at https://www.ejabberd.im Hi , I'm using gajim client https://www.ejabberd.im/forum/25248/report-bug-modhttpupload#comment-66403 <p>Hi ,</p> <p>I'm using gajim client with HTTP Upload plugin and the forbidden message comes in ejabberd log and as well in wireshark trace.</p> <p>This is my configuration for file upload.</p> <p> -<br /> module: ejabberd_http<br /> port: 5443<br /> ##tls: true<br /> ##certfile: "/etc/ejabberd/ejabberd.pem"<br /> request_handlers:<br /> "": mod_http_upload</p> <p>mod_http_upload:<br /> host: "upload.192.168.1.152"<br /> access: local<br /> max_size: infinity<br /> jid_in_url: node<br /> file_mode: "0777"<br /> dir_mode: "0755"<br /> docroot: "/home/user3/xmpp/upload"<br /> put_url: "http://192.168.1.152:5443"</p> <p>Thanks,<br /> maheswari T.</p> Thu, 19 Nov 2015 09:15:35 +0000 maheswari comment 66403 at https://www.ejabberd.im > I'm facing issue in https://www.ejabberd.im/forum/25248/report-bug-modhttpupload#comment-66400 <p>&gt; I'm facing issue in uploading file in ejabberd it returns "Forbidden".</p> <p>How does your mod_http_upload (and ejabberd_http listener) configuration look like, what client are you using, and where exactly are you seeing the 'Forbidden' message?</p> <p>&gt; which client shall i use for this feature.</p> <p>I tested Conversations and Gajim (with the <a href='https://trac-plugins.gajim.org/wiki/HttpUploadPlugin'>HTTP Upload plugin</a>), but any client supporting <a href='http://xmpp.org/extensions/xep-0363.html'>XEP-0363</a> should work.</p> Wed, 18 Nov 2015 11:07:08 +0000 holger comment 66400 at https://www.ejabberd.im had2408 wrote: when i upload https://www.ejabberd.im/forum/25248/report-bug-modhttpupload#comment-66399 <div class="quote-msg"> <div class="quote-author"><em>had2408</em> wrote:</div> <p>when i upload file by put_url , ejabberd return error crash about module thumbnail . [list_to_binary(Path)] . path is binary type not to need list_to_binary, i hope you can fix it</p></div> <p>This has been <noindex><a href="https://github.com/processone/ejabberd/issues/808" rel="nofollow" >reported on GitHub</a></noindex> and <a href='https://github.com/processone/ejabberd/commit/1b368a86b709053ded0ebdfa0499cbd78712fce6'>fixed</a> in the current <code>master</code> code. As a quick workaround, you can disable thumbnail creation if you don't need that feature:</p> <pre>modules: # [...] mod_http_upload: thumbnail: false # [...]</pre> Wed, 18 Nov 2015 09:40:30 +0000 holger comment 66399 at https://www.ejabberd.im Hi, I'm facing issue in https://www.ejabberd.im/forum/25248/report-bug-modhttpupload#comment-66395 <p>Hi,</p> <p>I'm facing issue in uploading file in ejabberd it returns "Forbidden". Can yu please help me out which client shall i use for this feature.</p> <p>Thanks,</p> <p>Maheswari</p> Wed, 18 Nov 2015 04:49:41 +0000 maheswari comment 66395 at https://www.ejabberd.im