Describe your issue - File Component - Copy Block Is Not Working.
here is the image of block -
Steps to reproduce the issue - use this blocks
Expected Behaviour - want to copy file from input location to output location
Actual Behaviour - nothing. not working
Show your Blocks -
Android version 6.0.1
i have solved my problem by using TaifunFile Extension.
hammerhai
(Nathan)
September 2, 2018, 8:37pm
#2
Im pretty sure your input should be more like /icon.png
and not //icon.png
.
1 Like
pavi2410
(Pavitra Golchha)
September 3, 2018, 5:07am
#3
This is fixed in the next release
Taifun
September 3, 2018, 3:12pm
#4
thank you for using the file extension
Taifun
Marggx
(Marggx)
November 27, 2018, 3:31pm
#5
@pavi2410 got this bug fixed ? i still got the same problem
pavi2410
(Pavitra Golchha)
November 28, 2018, 11:32am
#6
It was fixed. What problem did you face?
Marggx
(Marggx)
November 28, 2018, 11:35am
#7
i try to capy a image like that
the direcrory BeeFusion will get created right
but then there is no image in it
flag_de.png is the file name
Marggx
(Marggx)
November 30, 2018, 9:38am
#8
Does anyone have a clue to fix that ?
Marggx
(Marggx)
December 5, 2018, 8:40am
#9
@pavi2410
Can you look into this really need this
Thanks
1 Like
Robert
(rickastlee)
December 5, 2018, 2:33pm
#10
Try to specify the full filename (starts with “file://”), it will works.
At puravidaapps.com Taifun wrote:
Copy file.
Use this method to copy small files, for large files use the CopyAsync method instead. Prefix the filename with / (i.e. relative path) to copy a file on the SD card. For instance /myFile.txt will copy the file /mnt/sdcard/myFile.txt