Rename photo and upload to an ftp account

Hi, I'm trying to do one thing: scan a barcode, take a photo, and change the name of the photo to "barcode + current date" and upload to ftp. There is no way... thanks.

You are using MoveAsync block, this needs some time to fire an event. you can move your following blocks into the relavent event.

ps:
for the new file name, you can use the Clock.FormatDateTime block.

grafik

:question:

It's a barcode scanner result

grafik

Make a right mouse click "Do it" and post the result.

Another solution to rename the photo? I need the photo to have a specific name to upload to ftp. Thank you


Thanks :slight_smile:

The TaifunFile extension needs a relative, absolute or full path for the Copy / Move methods, like:
/storage/emulated/0/Documents/... (absolute path).

Thanks. sorry, I'm new to this. Any easier way to change the name of the photo? Thank you :slight_smile:

See also here:

As I said, for example:

/storage/emulated/0/Documents/...
or save it in the ASD (App-Specific Directory).

1 Like


SOLVED with this!! thanks :-****

Note: You must request WRITE permission for this on Android ≤ 10.
TaifunFile extension does NOT request it automatically (see the description of the extension).

1 Like

To avoid this you must save / move to the ASD or the PrivateDir (internal storage).

perfect. thanks again Anke.

1 Like