Log message #4132563

# At Username Text
# Apr 15th 2018, 17:28 nitesh573 hi
# Apr 15th 2018, 16:04 nitesh573 i am stuck and looking likes it's deadlock for me
# Apr 15th 2018, 16:04 nitesh573 @spencdev kindly help to find a solution
# Apr 15th 2018, 15:25 nitesh573 that's why i m in trouble
# Apr 15th 2018, 15:25 nitesh573 i did that.. but i am not getting the image in request body
# Apr 15th 2018, 14:33 spencdev The image content should be in the request body itself. I'm just not entirely sure _where_ that is in Cake
# Apr 15th 2018, 14:31 spencdev Well, `Content-ID:` is not the image data itself. That's being set by `$file->contentId()` Your actual file data is being sent with `(string) $data` I've never done it this way, but there are many different ways of doing it.
# Apr 15th 2018, 14:29 graziel check file_get_contents('php://input') in your api server it should have raw data without cake processing
# Apr 15th 2018, 14:26 nitesh573 @spencdev is there any other way to post and receive image using api
# Apr 15th 2018, 14:25 nitesh573 this part in response contains the fileuploaded also image in binary format
# Apr 15th 2018, 14:24 nitesh573 [stream:protected] => Zend\Diactoros\PhpInputStream Object ( [cache:Zend\Diactoros\PhpInputStream:private] => --c3beca06404cc2c3c2f16a83dd43cb91 Content-Disposition: attachment; name="imageFile"; filename="phpm05imk" Content-Type: image/jpeg; charset=binary Content-ID:
# Apr 15th 2018, 14:22 nitesh573 sharing my response on same gist
# Apr 15th 2018, 14:21 spencdev you said that you can see the file contents on the API but can't access it? I'm confused on what you mean by that. Is there an error?
# Apr 15th 2018, 14:21 nitesh573 @spencdev yes. all the platforms are of cakephp3
# Apr 15th 2018, 14:20 nitesh573 yes. we have two servers A and B. on server A code for UI is written and for some initial checks. Server B contain apis also server B. Server A is allowed to send request to server B using httpclient
# Apr 15th 2018, 14:20 spencdev the "code at API server" that is CakePHP as well?
# Apr 15th 2018, 14:17 spencdev Is there a particular reason you're doing it this way?
# Apr 15th 2018, 14:16 nitesh573 thanks @spencdev @saeideng for responding . i can see the image is attached in the request on serverB but i am not able to access it
# Apr 15th 2018, 14:12 nitesh573 cake 3.5.12
# Apr 15th 2018, 14:11 nitesh573 https://gist.github.com/niteshsri/4951c8a67f67c57ed39e9f751048716e
# Apr 15th 2018, 14:07 saeideng gist your code + cake version
# Apr 15th 2018, 14:00 spencdev Can you gist your code?
# Apr 15th 2018, 13:50 nitesh573 but not getting hoe to receive this on another server
# Apr 15th 2018, 13:49 slackebot2 Pq�Z]�F%+M+�����]�������_=ɒ�a+�P��潥��!���Nr��z��u"��d�R2�Q� NG��9芥D��@�j�#Bʉ%�q�� א�0$
# Apr 15th 2018, 13:49 slackebot2 2!!22222222222222222222222222222222222222222222222222���"������ � bi�andand7Q� H@�0�,�� �f��4����"�)eŴ�iu���r�+3��Fk4�2�^�5\�!���and �L� �ML�j �and��B@�)1BEsVF6�e���n��$�f�3%sKKh,�k�w.�鲤�ȕ��0�QVȘ���[.SN��U������@Ā"0@P� �My� �R�@�1��1�� ښ�
# Apr 15th 2018, 13:49 nitesh573 [stream:protected] => Zend\Diactoros\PhpInputStream Object ( [cache:Zend\Diactoros\PhpInputStream:private] => --7aaf9753a7a720715caa201985669d45 Content-Disposition: attachment; name="imageFile"; filename="phpBpp9pL" Content-Type: image/jpeg; charset=binary Content-ID: ����JFIF��C    $.' ",#(7),01444'9=82<.342��C 
# Apr 15th 2018, 13:49 nitesh573 i am sending image using addFIle formData: and receiving
# Apr 15th 2018, 13:38 nitesh573 prb
# Apr 15th 2018, 13:38 nitesh573 kindly provide a solution to my porb
# Apr 15th 2018, 13:37 nitesh573 hello
# Apr 15th 2018, 13:25 nitesh573 kindly suggest
# Apr 15th 2018, 13:25 nitesh573 i have to servers in which one contain frontend on cake and another contain api, so forward http request to other server using http client but not able to upload image
# Apr 15th 2018, 13:22 nitesh573 hi, i need support in uploading images. i am uploading image on one server and forwarding the request to api on another server but not able to get the image
# Apr 15th 2018, 12:11 bravo-kernel sorry, wrong channel
# Apr 15th 2018, 12:10 bravo-kernel unit testing and all are breaking badly
# Apr 15th 2018, 12:10 bravo-kernel friendly people... it seems Cake 36 is killing my crud-json-api Travis due to some deprecations
# Apr 15th 2018, 11:11 birdy247 @dereuromark I had to update my composer.json file
# Apr 15th 2018, 10:06 dereuromark when u composer install it all will work
# Apr 15th 2018, 10:06 dereuromark see mine or tons of other plugins:)
# Apr 15th 2018, 10:06 dereuromark add it
# Apr 15th 2018, 09:47 birdy247 In this scenario, how should I ensure it gets into the psr4?