Hi All,
I've got a program that uploads photos and uses a background task to do this.
At the moment it only uploads to one destination but eventually I would like it to upload to several destinations. (Also in the background).
Is it possible to have more than one background task running or should I have one background task that does everything?
i.e. 3 background tasks with one upload each or one background task doing 3 uploads?
Thanks for any advice with this.
Oliver
::EDIT:: I realise I should probably be uploading to an online repository and then linking it but at the moment I'd like to get this working.