Automated uploads

Is it possible to use Uppy for automated uploads?
I want a construction to supply a page / site where anyone can upload a file manual but als automated using a simple script, even like as FTP is used many time.

Is this possible and a good choice using Uppy ?
Any directions to the good direction are appreciated!

Hi! Could you elaborate on what you mean by automated uploads? Uppy had an API, where you can do uppy.addFile(myFile) and then uppy.upload(). If you’re talking about automatically starting the upload once a file is selected, there’s autoProceed option: https://uppy.io/docs/uppy/#autoProceed-false.