Last modified: 2009-11-04 12:59:49 UTC
Upload errors that can be solved by renaming should not require reuploading. Those are things like illegal names and such. It should only prompt the filename textbox.
Strongly agreed. :) This should fit in fine with the warning/override infrastructure we've already got, just need to add a UI for changing the target name while we're in there. [And we could probably benefit from being able to show a thumbnail in this stage, but that may be harder to rig up cleanly...]
I'm currently working on this. (In reply to comment #1) > > [And we could probably benefit from being able to show a thumbnail in this > stage, but that may be harder to rig up cleanly...] > Any idea on how to handle this? And especially once that would also work on Wikimedia?
yea...was something I wanted to get to as well... I have clarified the summary a bit. The ignore errors code works in non-javascript uploads without js2 / upload api. What is presently broken is upload api js2 uploads are not saving data for re-upload on errors and instead resubmitting with ignore errors flagged. Furthermore an enhancement could be made to enable "re-naming" inline or "ignoring the error" and uploading from stash via api request. Also would be cool to support a "preview" option should be added that forces a "warring" / upload from stash with inline rendering of expected output. Bryan TongMinh are you working on the API side of things? I could setup the js2 upload interface adjustments.
oky fixed up js2 session state usage in 57732 I think the enhancement to let you rename inline and on the warning page should be a separate bug
I was more pointing towards regular uploads via the normal upload special page, which I am working on. But it should also be supported on the API/js2 side.
Fixed in r57868 and subsequent revisions.