Not only you can see a progress bar, but it also shows you a small thumbnail of the image while you are uploading it.
They seem to reference a ‘deck_uploader’ library, but I couldn’t find it on google.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The function you mention “deck_uploader” actually refers to the uploading of a deck of photos – an operation highly specific to deviantArt – so the rest of the upload cod might be custom made for them too.
On the other hand I don’t know why you would need that information, but I suppose you want to copy the code/functionality to another site. My advice is to never copy code or design from someone else – it a lot of work and you end up with hard to support spaghetti code that you understand in half.
Once you’ve set up your requirements look for an open source (javascript) framework to handle uploads. jQuery upload could be a candidate. http://aquantum-demo.appspot.com/file-upload.
Also, another idea might be to use the HTML5 specification, which allows uploading multiple files like so: