I have a web form that can be used to upload files to our server. I'm trying to also set up programmatic uploading where the user(developer) can upload the files without needing to use the web form, sort of like an API if you want to think of it this way.
I'm not sure what this function is supposed to look like on either end: user end and my end. I'm using PHP. Can this sort of programmatic uploading be done with PHP for relatively large files (10-100MB)?