Hi,
If I have an inputstream (eg: in a webhandler) and I first read a number of bytes from it through "ReadBytes" and then do a File.Copy2 to copy the stream, will it copy from the current position on ?
I would like to be able to upload a JSON string and a file at the same time back and forth between a B4J webserver and a B4I client and I would like to avoid using zips (which I could use it seems) because I then would need to copy files and so on ..
Thank
If I have an inputstream (eg: in a webhandler) and I first read a number of bytes from it through "ReadBytes" and then do a File.Copy2 to copy the stream, will it copy from the current position on ?
I would like to be able to upload a JSON string and a file at the same time back and forth between a B4J webserver and a B4I client and I would like to avoid using zips (which I could use it seems) because I then would need to copy files and so on ..
Thank