What's the best way to upload large files (into a ...
# vertx
j
What's the best way to upload large files (into a data store)? https://groups.google.com/forum/#!topic/vertx/kCcUT_ZrWPg
a
from what to where?
language, framework, and format of the file to be uploaded?
j
basically uploading and then importing/shredding JSON or XML files into a temporal document store (binary representation). Seems I can use streaming parsers and maybe chunked uploads