I am passing in a .jpg file to a service. <attribute name="filename" type="java.nio.HeapByteBuffer" mode="IN" optional="false"/>
Now I guess I need to save it to the drive in my images directory. How can I do this? Thanks Patrick
I am passing in a .jpg file to a service. <attribute name="filename" type="java.nio.HeapByteBuffer" mode="IN" optional="false"/>
Now I guess I need to save it to the drive in my images directory. How can I do this? Thanks Patrick