Posted on Jul 28, 2014 by
Helpful Rhino
What steps will reproduce the problem? 1.I have a file has uploaded 2.I want to append this file‘s content 3.how can do it ?
Comment #1
Posted on Jul 28, 2014 by Grumpy CatIf the file is not too large, you can read it back, make the modification, and save back.
If the file is large, you will need to implement some mechanism to divide the file into blocks and store the blocks separately.
Status: Invalid
Labels:
Type-Other
Priority-Medium