qortal/src/test
CalDescent 236a456cae Added support for single file uploads.
This process could potentially be simplified if we were to modify the structure of the actual zipped data (on the writer side), but this approach is more of a "catch-all" (on the reader side) to support multiple different zip structures, giving us more flexibility. We can still choose to modify the written zip structure if we choose to, which would then cause most of this new code to be skipped.

Note: the filename of a single file is not currently retained; it is renamed to "data" as part of the packaging process. Need to decide if this is okay before we go live.
2021-11-12 13:35:50 +00:00
..
java/org/qortal/test Added support for single file uploads. 2021-11-12 13:35:50 +00:00
resources Added first end-to-end test of data storage 2021-10-24 19:08:09 +01:00