Hi,
I use succesfully the TurbineUploadService of Turbine but I have an error
that I cannot overcome:
When the file size is bigger than the max.size (as set it TR.props), 
TurbineUpload
correctly throws a TurbineException to indicate that; but the browser report a 
network
error! Netscape pops-up a system dialog box (Network error) while explorer 
returns
the "Cannot find server" error page. I assume, that somehow, browsers expect 
that the
stream (that has been partially been read, until the header that denotes the 
file size)
must be fully read by the server and if not, they interpret that as a 
(network?) error.
Is that correct? Has anybody else had the same problem?

What I am trying to do is catch this exception and return an error page, but 
after that
exception, the broswers ignore any further response...

Thanks for your help,
Costas


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to