https://bugzilla.wikimedia.org/show_bug.cgi?id=41731
--- Comment #12 from Michael M. <[email protected]> --- (In reply to comment #11) > What is the use case for this BTW? I know this is for CORS preflight > requests, > but what specifically? (from which domain to which, what it's going to be > used > for etc.) Uploading a file to Commons while the user is on some other domain (*.wikipedia.org or whatever), and showing upload progress messages to the user. I want to use it in [[de:Benutzer:Schnark/js/screenshot.js]], a script to generate screenshots and uploading them directly, to show a progress bar while the screenshot is uploaded (this already works if you upload locally). According to comment 9, Juliusz Gonera wants to do the same in MobileFrontend. If you don't bind to the upload progress event, no OPTIONS request is needed, but then you can't show progress bars to users. -- 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
