Re: [openstack-dev] [horizon] [javascript] Async file uploads in a new JS-centric UI

2016-05-17 Thread Timur Sufiev
Since 10 lines of code > 1000 words, here are references to 2 patch chains: * New Swift UI file upload https://review.openstack.org/#/c/316143/ * New Angular Create Image file upload https://review.openstack.org/#/c/317456/ I like Create Image solution more because it doesn't use Django

[openstack-dev] [horizon] [javascript] Async file uploads in a new JS-centric UI

2016-05-13 Thread Timur Sufiev
Hello, fellow web developers! I'd like to share some of my thoughts and findings that I made during playing with ng-file-upload [1] for file uploads in Swift UI and Create Image wizard in Horizon (both Angular). Sorry for a long letter, couldn't put it shorter (TL;DR => go to CONCLUSION section).