Hi,
We are trying to implement SAVDI scanning for our upload website. We have configured most of it but are having an issue with a few of the functions. Please see notes from our developer.
Is anyone able to shed any light on this for us please? Thanks
Using Protocol : ICAP
Sending File Content : Stream
Client Language : C#
Environment : Windows
Just to give you little background we are working on File upload project where we have created a small service. The service sends the file in a stream format to SAVDI service to scan weather content has virus or not using the ICAP protocol.
We have installed as SAVDI service on computer which has its own configuration settings.
Dontsend
According to documentation it would contains the list of file extensions which the client should not send to the server.
For example I am using as : dontsend: .jpg, .gif, .bmp, .tiff, .pdf
I am sending the pdf file from my code in stream a format, the SAVDI service still scan the stream and sending me 200 (ICAP OK) status.
I was assuming the SAVDI will return me some other code or any information in the response header stating this file extension is not allowed by the server.
Please can you explain how this option is used.
Maxmemorysize
I was trying to use this option by setting the value to 200, but I was not getting any specific code from the SAVDI in my response.
Please can you explain how this option work.
Maxchunksize
I tried this option by setting the value to 100, but was not able to restrict the client for sending the maximum chunk size.
Please can you explain how we can use this option.
This thread was automatically locked due to age.