I’m looking for some kind of File Drop / File Upload service.
I’d like to be able to create a folder, and create a share / upload link for that folder that I can give to a customer to use to upload their documents.
I’ve been using nextcloud but I don’t use nextcloud for any other purpose and it’s a behemoth so I’d like to transition to something else.
Some of these requirements are essential (!):
- no login for customers uploading (!)
- optional password protection for uploads
- can’t see / download files already present in the shared folder
Not really. Nextcloud does this. They call it a “file drop”.
Like you create a share link for a folder, and then specify that users of that link can’t see any files, only upload.
Edit: looking at the docs this one seems quite good. Thanks!
AAAAH sorry I misunderstood your point before. I thought users should not see files prior to their joining of that folder, but see files that come in after their joining.
But you mean, users should only see files they upload, while an admin or so sees all files.