Hi, > we have to deal with big contents, from hundreds of megabytes > to gigabytes, and clients will work remotely > via internet, so they just can't get binary content as a whole, modify it > and upload again. > > Is there some other way?
You could split the file into multiple objects. Regards, Thomas
