jack
jack copied to clipboard
parseMultipart should use binary.js
It should provide a way to access the uploaded data as a ByteString/Array in addition to the tempfile method.
That would be extremely useful in AppEngine deployments that do not provide write access to the file system and thus the tempfile solution in inapropriate