Please help me out iam trying to download that image and then save to my phone gallery but it gives errors below and on checking the gallery there is nothing like the download image
Iam seeing this error below
B4X:
Sub Button1_Click
DownloadAndSaveFile("http://kccug.com/KabojjaApp/work/P1.png")
End Sub
Sub DownloadAndSaveFile (Link As String)
Dim j As HttpJob
j.Initialize("", Me)
j.Download(Link)
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
Dim out As OutputStream = File.OpenOutput(File.DirInternal, "filename.dat", False)
File.Copy2(j.GetInputStream, out)
out.Close '<------ very important
' If j.Success Then
Log("Current link: " & Link)
Log(j.GetString)
' End If
End If
j.Release
End Sub
Iam seeing this error below
B4X:
** Activity (main) Pause, UserClosed = false **
** Activity (downloadwork) Create, isFirst = true **
** Activity (downloadwork) Resume **
Sleep not resumed (context is paused): b4a.example3.customlistview$ResumableSub_PanelClickHandler
Current link: http://kccug.com/KabojjaApp/work/P1.png
�PNG
������
IHDR�����������������WƳ������gAMA�������a������sRGB����������� cHRM����z&�����������������������u0�����`����:�����p��Q<������bKGD������������������� pHYs����������������c���������IDATx������:�/�ԂZPjA-���9W
:Q�ęơ3�dy�k����?�� ���|g��{ϻ�H H�C�������������������(������������R�������������������������@ �����������@
��������������������������������������H���������� ��������������������������)������������R������������ �����������@ ������������)������������R�������������������������@ �����������@
��������������������������������������H���������� ��������������������������)������������H���������� �����������@ ������������)������������R�������������������������@ �����������@
��������������������������������������H���������� ��������������������������)������������H���������� �����������@ ������������)������������R�������������������������@ �����������@
��������������������������������������H�����������@
�������������������������)������������H���������� �����������@ ������������)������������R�������������������������@ �����������@
��������������B������������@ �����������@
������������R�������������������������H�����������@
�������������������������)������������H���������� �����������@ ������������)������������R������������ �����������@ �����������@
������������R�������������������������H�����������@
�������������������������)������������H���������� ��@�������?�?������?�Mu���L����������Hmg�1�L9.��q�7���M WN�?�m0�� o�f��.���u]*�������S.M��\��l�j��S�M��]��˙m���F���[=?���������^��������@ �-��}�7�Tպ?��C���C��^#~�]�����f�~U��Kg[�"�\� �u�D��+�_)u~$��͜
��������H�c 58 +��F5 ��ĄR�o�{�H]s��#!�C{\<�/��D��m���:?�3����������@ �U��ɒ}���~�����)��=�K 5v<���؍}����Ȣ0�]�o��j�#�J�0S
��������R�H��
��*P����h=%�VIpߵ�}m�;g��L���_XVcK��"c�\|�'�^v3C�]ư����V8?^����������H�
'�rl������c��\S������.۵@J��4�\�69�^�#�;;vB��H�t��v��]�/��q���9�wK��������@J %��U&���"����;��7=m�V2�jgc-Z�lb�>�@ޙk��v<4����o��0��w��[0��Ɩ�H�������������#��[.�3|��vg/�
��A�k�[aXq�HMl�����@�J(ߡ`d?����=4;�b u˳���-,�[��~�����-�o��o�6�?if��̧��=-���#qY�K�s��������Rl&�jèg�o�E���c��$�J�N�;��1�[���~�hA���g�@��R9w����v����f�ݬ*�f�̹�P%�o�f�ǎ�ϏԀy$ 5C
��������RoH=�f^��,�5�<#����{�v���E�����v��e`i�YKf�!�
�۹:7�g�D.��-*ms2(|N���L��h��K�=�.1��������)�Pz�}l�ŵg��� kl���f�cJ�Ut;#K��&��VcFC����3{n u�t�H5��Q��@(�Lm��6�s���@�^K�#m�?�mh>R�:��������R[��fR���c�T���
�� "�,���T�2�Ҁ�~#g 5R��˺
�P�]���G��m{�,��:Zx~�f̜���0��������@ ��@�i��]��������s�L�cb�s;����
���2�-Y�m�l�������q�C�)2���eF�|E��ж�1�:P�s�G��� �2;
��������RH�a�ɓ��3����%��K�QSk��y�K�
�cD���P�?��F�
Message longer than Log limit (4000). Message was truncated.