How to allow user to multiple photo selection to upload?
I found flicker and dropbox allow to upload multiple selection of pho开发者_如何学Goto and upload at a time. I am working on one application where I need such functionality.
Can anyone help me on that or provide reference link
Take look at ELCImagePickerController project on GitHub. It's using AssetsLibrary framework to build a custom image selection controller
精彩评论