Issues in uploading a file using TaifunFTP

hai @bodymindpower …i use canvas then copy/move the file then i try to upload it with taifun ftp…but not working on android 7
is there any solution?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

see also this thread

Taifun

i copy canvas to Picture
copyinh

then i try upload that file (copied one and original).

your blocks are incomplete… are you uploading in the Copied event?
and you always can check, how the example project is doing it… App Inventor Extensions: FTP | Pura Vida Apps

let me suggest you to implement your logic step by step… and only if you get a step working, then continue to the next step…

(steps edited)

  1. save the canvas
  2. check, if the saved picture is in the ASD where you expect it
  3. upload it from ASD to your ftp server
  4. copy it to DCIM

Taifun

hi Taifun, thanks for your fast response

as you can see in my picture…

  1. save the canvas – already do that

  2. i copy from asd to shared folder (DCIM)

copy2

3.Check and upload

uploadfail

does the ftp example project work for you?
which step exactly do you have problems with? remember… this thread is about “Canvas- Save to Download folder”…
unfortunately we still can’t see, if you are using the Copied event…
let me suggest you to upload from the ASD to your ftp server to avoid SDK30 issues…

  1. save the canvas
  2. check, if the saved picture is in the ASD where you expect it
  3. upload it from ASD to your ftp server
  4. copy it to DCIM

also what about using Do it to debug your blocks?
for the ftp component please use a complete filename starting with file:/// or a relative filename starting from the root of the internal (emulated) storage

Taifun

Thanks taifun i try your suggestion…thank you…

i will let u know if it works…

I now moved the posts into a new thread
Taifun