瀏覽代碼

Create SERVER-PLAN.md

Kevin van Zonneveld 9 年之前
父節點
當前提交
5409872c82
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      SERVER-PLAN.md

+ 20 - 0
SERVER-PLAN.md

@@ -0,0 +1,20 @@
+
+```
+uppy-server (google drive files && meta)  -> master.tus.io || api2.transloadit.com/resumable
+ ^
+meta
+ ^
+Uppy        (local files && meta)         -> master.tus.io || api2.transloadit.com/resumable
+
+
+By default, all files are transmitted by uppy-server using tus-js-client using the 
+same meta information to the endpoint (master.tus.io in this case). 
+So it's just a second client.
+
+For a small selection of files: IF:
+ - < 2mb
+ - we have Modification Plugins for this file.mimeType
+
+Then the file is downloaded to Uppy, and the regular flow is used, uppy-server forgets 
+about this file once the Download has completed successfully.
+```