Hi,
I have a B4J HTTP server from which a client can download a file and after the file is download the client instructs the server to delete the file.
When the download of the file is interrupted: the client tries to download the file a second time and afterwards tries to deleted the file. However, this is not working as the file is still being locked by the first server thread ?
Any ideas ?
Thanks
I have a B4J HTTP server from which a client can download a file and after the file is download the client instructs the server to delete the file.
When the download of the file is interrupted: the client tries to download the file a second time and afterwards tries to deleted the file. However, this is not working as the file is still being locked by the first server thread ?
Any ideas ?
Thanks