I have a requirement to create a job where a web upload (IE a post with a file) is going to be required. Is there a way to do this? (I've tried searching the web). Note that the files in question could be very large.
Workflow (for clarity): User clicks build in job menu, user can set parameters and make an upload, user clicks submit and job is built with that file as a source.
Other use case: The job is started remotely with a POST operation to upload the file and set the parameters.