Am 15.03.2017 um 21:42 schrieb Martin Owens:
Dear Developers,
Thanks to the work by Rohit Lodha, we now have javascript validating the resource upload form.
What this means is that if you don't have enough quota, or there's some other issue with your upload like it's the wrong file type for that category. Then you should get a javascript message before the form is submitted and you shouldn't have to wait a long time for the form to fail.
It'll need more testing of course and you can get to it here:
https://inkscape.org/en/gallery/upload/
(don't forget to force refresh to clear your cache, new js and css)
Best Regards, Martin Owens
Great news! A quick check seems fine. Among others quota checking seems to be working as does checking for owner name (which is tracked at [1]).
Could MD5/signature also be checked before upload?
And one thing I'd really love: Is there any chance for a progress bar when uploading? The possibility seems to exist (see [2] for an example).
Regards and thanks for working on this Rohit, Eduard
[1] https://gitlab.com/inkscape/inkscape-web/issues/2 [2] https://www.sitepoint.com/html5-javascript-file-upload-progress-bar/