Hi all, Im using CXF MTOM for upload larges files using a java application as a client and a webapplication as a server , the upload works fine.
My need is to show the progress of the streaming to the client, so i located the tmp file in my %TMP% (in Windows) , my question is : how to set this directory in my client side ? i tried this solution but it didnt work -Dorg.apache.cxf.io.CachedOutputStream.Threshold=1 -Dorg.apache.cxf.io.CachedOutputStream.OutputDirectory=D:\ Thanks ps:im using CXF 2.6.0 -- View this message in context: http://cxf.547215.n5.nabble.com/MTOM-Setting-client-temporary-directory-for-MTOM-attachments-in-CXF-tp5708559.html Sent from the cxf-user mailing list archive at Nabble.com.
