Hi,
I'm using upload streaming and I detected a bug on the solution: WAFile class>>fromChunk: aChunk
does simply:
^ self new readFromChunk: aChunk; yourself
but WATemporaryFile>> readFromChunk: (who must derive the chunk into a temporary file), does not exists. Instead, it exist: WATemporaryFile >>initializeFromChunk: aChunk
(which is never been called)
I tried renaming #initializeFromChunk: to #readFromChunk: (and removing #initialize send), and now seems to work.
Cheers,
Esteban_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside