Hello, I have a resource to handle a file upload, using the FileUpload extension. Everything works fine, for small file. When I try to send a large file, the client side (using apache HTTP client) automatically try to re-send the file several times, and finaly abort the upload. Is there a way to respond to the client that we are currently reading the stream and to simply continue ? Or maybe something can be defined in the client, to not automatically resend and not aborting the upload due to a timeout ?
Regards, Laurent. -- Laurent Rustuel, Alten contractor for Genesys, an Alcatel-Lucent Company ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2734016

