Re: Synchronize not deleting
The code posted is just an example showing how it works for my particular requirements.I do not understand your code. You upload files. And then you delete the files you have just uploaded.
Firstly, it shows code for a typical upload to the server.
Secondly it shows deleting the files on the server as opposed to downloading and then deleting.
The windows app generates the script each time the app runs so the file references, ie 6768-*.jpg, will change according to what is required.
So it may be necessary to upload 6768-*.jpg and remove 6760-*.jpg and the script will execute that functionality..
Hope that explanation helps?