11 Dec
2007
11 Dec
'07
9:42 p.m.
--On 11. Dezember 2007 15:37:27 -0500 Jeff Gentry <jgentry@jimmy.harvard.edu> wrote:
On Tue, 11 Dec 2007, Andreas Jung wrote:
Appending data would require the manipulation of the linked list of Pdata elements. There is no API for this available...so basically forget it.
I figured it'd be a lot more obvious if it was possible. Ah well.
Sorry, but that's a pretty uncommon usecase. If you upload a file you're basically interested to store/replace it as a whole. That's how OFS.File is implemented. Andreas