Hi, Im trying to upload a file 2GB in a server which have 1GB as space left in disk , when the file uploaded reaches 1GB , the upload continues and i get no exception , is that an issue?
Im using for writing datahandler : DataHandler handler = ....; OutputStream os = new FileOutputStream(fileUploaded); InputStream is = handler.getInputStream(); handler.writeTo(os); Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/MTOM-CXF-upload-file-whith-No-space-left-on-disk-tp5710132.html Sent from the cxf-user mailing list archive at Nabble.com.
