I have created an app which uploads small to larger media files.
There's possibly videos, pictures, audio and text files zipped in one file, transferred with FTP lib (NET) or Auto_FTP as I'm trying to find a solution.
If the file going to be transferred is larger than 10Mb the transfer status updates stops and hangs the device but the background process continues and the FTP transfers until finished but the device become unresponsive.
Is there a way to put the transfer(FTP object with it's subs and status update) in to a separate thread with semaphore activities?
There's possibly videos, pictures, audio and text files zipped in one file, transferred with FTP lib (NET) or Auto_FTP as I'm trying to find a solution.
If the file going to be transferred is larger than 10Mb the transfer status updates stops and hangs the device but the background process continues and the FTP transfers until finished but the device become unresponsive.
Is there a way to put the transfer(FTP object with it's subs and status update) in to a separate thread with semaphore activities?