Last modified: 2013-02-09 17:21:00 UTC
The upload wizard should support configuration in its invocation to limit it to a single file upload and set an api upload target.
This needs to be fleshed out a bit more, but here's my guess at what you want... - single "upload a file" button. - the second it is filled, the upload starts - once complete, we go directly to a licensing stage (the wizard is already smart enough not to give you the option to defer licensing if there's only one.) - then we describe it - then we get the typical "use" page. So the real thing you want here is to be able to upload instantly and advance to the next page the minute that completes. Is that about right?
Oh, and you can already set the "target" (the API url?) via the configuration passed to the UploadWizard object. Barring crossdomain issues I think that's already there.
Yes, your description is more complete explanation of whats needed.
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734
It seems like part of this bug report is a duplicate of bug 26167, a patch for which is awaiting review: https://gerrit.wikimedia.org/r/7251 As for the single-file configuration, I'll put it on my to-do list.
Since the "start-immediately" option already exists (see above comment), I added in the "single-file" option in this patch: https://gerrit.wikimedia.org/r/9273 Now there's a configuration variable (true by default) that enables multiple-file sessions. Set it to false to disable.
Closing as fixed. I did identify a new bug https://bugzilla.wikimedia.org/show_bug.cgi?id=44817