https://bugzilla.wikimedia.org/show_bug.cgi?id=36743
Mark Holmquist <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected]. |[email protected] |org | --- Comment #1 from Mark Holmquist <[email protected]> 2012-05-11 00:35:51 UTC --- I'm very interested in fixing this quickly for you, but I have a question: Would it be helpful to have the information either in the tutorial section (the first screen that pops up unless you check the "never again" box) or somewhere else on the page (like after the header "Upload Wizard" at the top of the screen)? Putting text right in the middle of the form isn't really a previously-considered use case, so it would take some indelicate javascripting. But, for your troubles, I'll throw in an accept= attribute for the file inputs, which should make it easier for your *browser* to help you out, if your browser actually implements that feature. Essentially, your browser will have some indication of what the server expects, and could filter the file browser accordingly. See https://developer.mozilla.org/En/HTML/Element/Input#attr-accept and http://stackoverflow.com/a/181291 for more information on that particular half-solution. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
