File Uploader With Progress Bar, Drag & Drop

Ajax Upload uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere. Ajax upload  allow us to upload a file by click on the upload file button  or drag-and-drop which is supported in FF, Chrome. Progress-bar is [...]

Continue Reading →

Display Thumbnail for Image Uploads with jQuery

We’ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it’s hidden from you. Incoming search terms for the article: jquery upload thumbnail jquery image upload thumbnail Display Thumbnail for Image Uploads with jQuery jquery upload image jquery image upload [...]

Continue Reading →

Upload Ajax – Easy upload multiple file using ajax

Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern web applications. We can use flash to solve this problem, but JavaScript works nice too. AJAX Upload allows you to easily upload multiple files without refreshing the page and use any [...]

Continue Reading →