Level 30
I would go for an ajax upload with dropzone ( http://www.dropzonejs.com/ ) Heres also a video with a dropzone upload: https://laracasts.com/series/build-project-flyer-with-me/episodes/11
I have created a site where users can upload an avatar. I want to make the avatar upload very easy and seamless, this leads me on to my question: should I use ajax uploads or form uploads to update a users profile picture? If I am expecting large amounts of traffic which one would be better ? Also, usability wise?
I have come to the conclusion that AJAX would be better for usability and creating a fluent transaction, but many people say to stick by traditional from uploading when it comes to images?
Please or to participate in this conversation.