9001 / copyparty

Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps
MIT License
571 stars 34 forks source link

upload routing #86

Closed 9001 closed 1 month ago

9001 commented 3 months ago

so i don't forget --

this one guy really wants something like the following:

sharex only lets you specify a single custom upload target for each upload type; sharex#3992 doesn't seem to be happening so that's why we need serverside magic instead

(and the guy in question refuses to upgrade past sharex v12 anyways (understandable))

the best approach is probably to handle this as an xbu/xau plugin, since that's hella flexible, can do file analysis and whatnot, and not make it limited to just filename/type (which would've been way easier)

so roughly,