{"id":4186,"date":"2024-01-19T17:07:00","date_gmt":"2024-01-19T17:07:00","guid":{"rendered":"https:\/\/codehim.com\/?p=4186"},"modified":"2024-01-22T15:08:21","modified_gmt":"2024-01-22T10:08:21","slug":"jquery-multiple-file-upload-with-progress-bar-preview","status":"publish","type":"post","link":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/","title":{"rendered":"jQuery Multiple File Upload with Progress Bar &#038; Preview"},"content":{"rendered":"<section class=\"cm-intro\">\n<div class=\"first-pera\">\n<p>The \u201cFile Upload\u201d is a well developed, cross-browser, cross-platform and powerful rich file uploader plugin for jQuery. It helps you to create jQuery based multiple file upload with progress bar and preview. It supports drag &#038; drop, validation, images preview, audio and video files.<\/p>\n<p> Moreover, the plugin also supports cross-domain, chunked and resumable file uploads. It works with any server-side platform like PHP, Ruby on Rails, Google App Engine, Java and Python etc.<\/p>\n<\/div>\n<div class=\"first-pera-ad\">\n[intro_ad]\n<\/div>\n<\/section>\n<div class=\"cm-box\">\n<h2 class=\"box-title\">Plugin Overview and Preview<\/h2>\n<section class=\"overview-wrapper\">\n<div class=\"code-overview\">\n<table>\n<tbody>\n<tr>\n<td> <i class=\"fa fa-plug\"><\/i> Plugin:<\/td>\n<td>jQuery-File-Upload<\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-user\"><\/i> Author:<\/td>\n<td>Sebastian Tschan<\/td>\n<\/tr>\n<td> <i class=\"fa fa-folder\"><\/i> Category:<\/td>\n<td> <a href=\"#2\"> Text &#038; Input <\/a> <\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-clock-o\"><\/i> Published: <\/td>\n<td> January 19, 2024 <\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-file-code-o\"><\/i> File Type:<\/td>\n<td>zip archive (HTML, CSS &#038; JavaScript )<\/td>\n<\/tr>\n<tr>\n<td> <i class=\"fa fa-file-archive-o\"><\/i> Package Size:<\/td>\n<td>File path is not allowed!<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-link\"><\/i> Dependencies:<\/td>\n<td><a href=\"https:\/\/jquery.com\/download\/\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">jQuery 1.3.1 <\/a> or Latest version and <a href=\"https:\/\/getbootstrap.com\/docs\/4.3\/getting-started\/download\/\" class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\">Bootstrap 4.1.3 <\/a> <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"code-preview\">\n<figure class=\"cm-plugin-preview\"> <div id=\"featured-img-id\"><img decoding=\"async\" src=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\" alt=\"jQuery Multiple File Upload with Progress Bar &amp; Preview\" \/><\/div> <\/figure>\n<\/div>\n<div class=\"cm-clear\"><\/div>\n<div class=\"plugin-meta\">\n<div class=\"cm-meta post-publish-date\"> Last Updated: <time> [last-modified] <\/time><\/div>\n<div class=\"cm-meta plugin-licence\" title=\"Licence\"> MIT <\/div>\n<div class=\"cm-meta code-fork\"> <a href=\"https:\/\/github.com\/blueimp\/jQuery-File-Upload\" target=\"_blank\" title=\"Fork on GitHub\" rel=\"noopener noreferrer\"> Fork on GitHub<\/a> <\/div>\n<div class=\"cm-meta post-views\" title=\"Views\"> 16,781 <\/div>\n<\/div>\n<\/section>\n<\/div>\n<section class=\"cm-btn-group\">\n<div class=\"cd-action down-btns\">\n<a title=\"View live preview\" class=\"btn demo\" target=\"_blank\" href=\"\/demo\/jquery-multiple-file-upload-with-progress-bar\/\" rel=\"noopener noreferrer\"> Demo <\/a> <a title=\"Download distributed version\" class=\"btn download\" href=\"\/download\/jquery-multiple-file-upload-with-progress-bar.zip\" rel=\"nofollow\"> Download <\/a> <a title=\"Download latest version of this plugin\" href=\"#1\" class=\"btn btn-master-download\" rel=\"nofollow noopener noreferrer\"> Download Master Repository <\/a>\n<\/div>\n<div class=\"codehim-share\">\n<span class=\"share-title\">Share this:<\/span> <span class=\"share-btn-container\"> <\/span>\n<\/div>\n<\/section>\n<section class=\"code-quality cm-box\">\n<div class=\"ad-area\">\n[ad_after_overview]\n<\/div>\n<div class=\"rating-area\">\n<h3 class=\"box-title\"> Code Rating <\/h3>\n<div class=\"box-inner code-rating\">\n[site_reviews_summary assigned_to=&#8221;post_id&#8221;]\n<\/div>\n<\/div>\n<\/section>\n<div class=\"cm-clear\"><\/div>\n<section class=\"cm-tabs\">\n<ul class=\"cm-tab-names\">\n<li><a title=\"Documentation\" href=\"#documentation\" class=\"tab-name tab-docs active\"> Documentation <\/a><\/li>\n<li><a title=\"Advance Configuration Options\" href=\"#config-option\" class=\"tab-name tab-config\"> Configuration Options <\/a><\/li>\n<li><a title=\"Changelog\" href=\"#changelog\" class=\"tab-name tab-changelog\"> Changelog <\/a><\/li>\n<li><a title=\"Developer Reviews\" href=\"#reviews\" class=\"tab-name tab-reviews\"> Developer Reviews <\/a><\/li>\n<\/ul>\n<div class=\"tab show\" id=\"documentation\">\n<h2 class=\"tab-title\"> How to Create Multiple File Upload with Progress Bar<\/h2>\n<p>1. Load the jQuery, Bootstrap framework and other dependencies into your HTML document to getting started with this file upload plugin.<\/p>\n<pre class=\"prettyprint lang-html linenums\">\r\n&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.4.1.min.js\"&gt;&lt;\/script&gt;\r\n&lt;!-- Bootstrap CSS --&gt;\r\n&lt;link rel='stylesheet' href='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/twitter-bootstrap\/4.1.3\/css\/bootstrap.min.css'&gt;\r\n&lt;!-- Bootstrap JS --&gt;\r\n&lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/twitter-bootstrap\/4.3.1\/js\/bootstrap.min.js\"&gt;&lt;\/script&gt;\r\n&lt;!-- blueimp Gallery script --&gt;\r\n&lt;script src=\"https:\/\/blueimp.github.io\/Gallery\/js\/jquery.blueimp-gallery.min.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>2. Now, also include <code>File Upload<\/code> plugin&#8217;s CSS and JavaScript files.<\/p>\n<pre class=\"prettyprint lang-html linenums\">\r\n    &lt;!-- CSS to style the file input field as button and adjust the Bootstrap progress bars --&gt;\r\n    &lt;link rel=\"stylesheet\" href=\"css\/jquery.fileupload.css\" \/&gt;\r\n    &lt;link rel=\"stylesheet\" href=\"css\/jquery.fileupload-ui.css\" \/&gt;\r\n    &lt;script src=\"js\/jquery.iframe-transport.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The basic File Upload plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload processing plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-process.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload image preview & resize plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-image.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload audio preview plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-audio.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload video preview plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-video.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload validation plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-validate.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The File Upload user interface plugin --&gt;\r\n    &lt;script src=\"js\/jquery.fileupload-ui.js\"&gt;&lt;\/script&gt;\r\n    &lt;!-- The main application script --&gt;\r\n    &lt;script src=\"js\/demo.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>3. After loading all necessary assets, create a basic HTML structure for file upload interface like below:<\/p>\n<pre class=\"prettyprint lang-html linenums\">\r\n        &lt;form\r\n        id=\"fileupload\"\r\n        action=\"https:\/\/jquery-file-upload.appspot.com\/\"\r\n        method=\"POST\"\r\n        enctype=\"multipart\/form-data\"&gt;\r\n        &lt;!-- Redirect browsers with JavaScript disabled to the origin page --&gt;\r\n        &lt;noscript\r\n          &gt;&lt;input\r\n            type=\"hidden\"\r\n            name=\"redirect\"\r\n            value=\"https:\/\/blueimp.github.io\/jQuery-File-Upload\/\"\r\n        \/&gt;&lt;\/noscript&gt;\r\n        &lt;!-- The fileupload-buttonbar contains buttons to add\/delete files and start\/cancel the upload --&gt;\r\n        &lt;div class=\"row fileupload-buttonbar\"&gt;\r\n          &lt;div class=\"col-lg-7\"&gt;\r\n            &lt;!-- The fileinput-button span is used to style the file input field as button --&gt;\r\n            &lt;span class=\"btn btn-success fileinput-button\"&gt;\r\n              &lt;i class=\"glyphicon glyphicon-plus\"&gt;&lt;\/i&gt;\r\n              &lt;span&gt;Add files...&lt;\/span&gt;\r\n              &lt;input type=\"file\" name=\"files[]\" multiple \/&gt;\r\n            &lt;\/span&gt;\r\n            &lt;button type=\"submit\" class=\"btn btn-primary start\"&gt;\r\n              &lt;i class=\"glyphicon glyphicon-upload\"&gt;&lt;\/i&gt;\r\n              &lt;span&gt;Start upload&lt;\/span&gt;\r\n            &lt;\/button&gt;\r\n            &lt;button type=\"reset\" class=\"btn btn-warning cancel\"&gt;\r\n              &lt;i class=\"glyphicon glyphicon-ban-circle\"&gt;&lt;\/i&gt;\r\n              &lt;span&gt;Cancel upload&lt;\/span&gt;\r\n            &lt;\/button&gt;\r\n            &lt;button type=\"button\" class=\"btn btn-danger delete\"&gt;\r\n              &lt;i class=\"glyphicon glyphicon-trash\"&gt;&lt;\/i&gt;\r\n              &lt;span&gt;Delete selected&lt;\/span&gt;\r\n            &lt;\/button&gt;\r\n            &lt;input type=\"checkbox\" class=\"toggle\" \/&gt;\r\n            &lt;!-- The global file processing state --&gt;\r\n            &lt;span class=\"fileupload-process\"&gt;&lt;\/span&gt;\r\n          &lt;\/div&gt;\r\n          &lt;!-- The global progress state --&gt;\r\n          &lt;div class=\"col-lg-5 fileupload-progress fade\"&gt;\r\n            &lt;!-- The global progress bar --&gt;\r\n            &lt;div\r\n              class=\"progress progress-striped active\"\r\n              role=\"progressbar\"\r\n              aria-valuemin=\"0\"\r\n              aria-valuemax=\"100\"\r\n            &gt;\r\n              &lt;div\r\n                class=\"progress-bar progress-bar-success\"\r\n                style=\"width:0%;\"\r\n              &gt;&lt;\/div&gt;\r\n            &lt;\/div&gt;\r\n            &lt;!-- The extended global progress state --&gt;\r\n            &lt;div class=\"progress-extended\"&gt;&nbsp;&lt;\/div&gt;\r\n          &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n        &lt;!-- The table listing the files available for upload\/download --&gt;\r\n        &lt;table role=\"presentation\" class=\"table table-striped\"&gt;\r\n          &lt;tbody class=\"files\"&gt;&lt;\/tbody&gt;\r\n        &lt;\/table&gt;\r\n      &lt;\/form&gt;\r\n<\/pre>\n<p>4. Finally, active jQuery multiple file upload with progress bar application by adding the following x-tmpl script. <\/p>\n<pre class=\"prettyprint lang-html linenums\">\r\n          &lt;!-- The template to display files available for upload --&gt;\r\n    &lt;script id=\"template-upload\" type=\"text\/x-tmpl\"&gt;\r\n      {% for (var i=0, file; file=o.files[i]; i++) { %}\r\n          &lt;tr class=\"template-upload fade\"&gt;\r\n              &lt;td&gt;\r\n                  &lt;span class=\"preview\"&gt;&lt;\/span&gt;\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  {% if (window.innerWidth &gt; 480 || !o.options.loadImageFileTypes.test(file.type)) { %}\r\n                      &lt;p class=\"name\"&gt;{%=file.name%}&lt;\/p&gt;\r\n                  {% } %}\r\n                  &lt;strong class=\"error text-danger\"&gt;&lt;\/strong&gt;\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  &lt;p class=\"size\"&gt;Processing...&lt;\/p&gt;\r\n                  &lt;div class=\"progress progress-striped active\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuenow=\"0\"&gt;&lt;div class=\"progress-bar progress-bar-success\" style=\"width:0%;\"&gt;&lt;\/div&gt;&lt;\/div&gt;\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  {% if (!o.options.autoUpload && o.options.edit && o.options.loadImageFileTypes.test(file.type)) { %}\r\n                    &lt;button class=\"btn btn-success edit\" data-index=\"{%=i%}\" disabled&gt;\r\n                        &lt;i class=\"glyphicon glyphicon-edit\"&gt;&lt;\/i&gt;\r\n                        &lt;span&gt;Edit&lt;\/span&gt;\r\n                    &lt;\/button&gt;\r\n                  {% } %}\r\n                  {% if (!i && !o.options.autoUpload) { %}\r\n                      &lt;button class=\"btn btn-primary start\" disabled&gt;\r\n                          &lt;i class=\"glyphicon glyphicon-upload\"&gt;&lt;\/i&gt;\r\n                          &lt;span&gt;Start&lt;\/span&gt;\r\n                      &lt;\/button&gt;\r\n                  {% } %}\r\n                  {% if (!i) { %}\r\n                      &lt;button class=\"btn btn-warning cancel\"&gt;\r\n                          &lt;i class=\"glyphicon glyphicon-ban-circle\"&gt;&lt;\/i&gt;\r\n                          &lt;span&gt;Cancel&lt;\/span&gt;\r\n                      &lt;\/button&gt;\r\n                  {% } %}\r\n              &lt;\/td&gt;\r\n          &lt;\/tr&gt;\r\n      {% } %}\r\n    &lt;\/script&gt;\r\n    &lt;!-- The template to display files available for download --&gt;\r\n    &lt;script id=\"template-download\" type=\"text\/x-tmpl\"&gt;\r\n      {% for (var i=0, file; file=o.files[i]; i++) { %}\r\n          &lt;tr class=\"template-download fade\"&gt;\r\n              &lt;td&gt;\r\n                  &lt;span class=\"preview\"&gt;\r\n                      {% if (file.thumbnailUrl) { %}\r\n                          &lt;a href=\"{%=file.url%}\" title=\"{%=file.name%}\" download=\"{%=file.name%}\" data-gallery&gt;&lt;img src=\"{%=file.thumbnailUrl%}\"&gt;&lt;\/a&gt;\r\n                      {% } %}\r\n                  &lt;\/span&gt;\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  {% if (window.innerWidth &gt; 480 || !file.thumbnailUrl) { %}\r\n                      &lt;p class=\"name\"&gt;\r\n                          {% if (file.url) { %}\r\n                              &lt;a href=\"{%=file.url%}\" title=\"{%=file.name%}\" download=\"{%=file.name%}\" {%=file.thumbnailUrl?'data-gallery':''%}&gt;{%=file.name%}&lt;\/a&gt;\r\n                          {% } else { %}\r\n                              &lt;span&gt;{%=file.name%}&lt;\/span&gt;\r\n                          {% } %}\r\n                      &lt;\/p&gt;\r\n                  {% } %}\r\n                  {% if (file.error) { %}\r\n                      &lt;div&gt;&lt;span class=\"label label-danger\"&gt;Error&lt;\/span&gt; {%=file.error%}&lt;\/div&gt;\r\n                  {% } %}\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  &lt;span class=\"size\"&gt;{%=o.formatFileSize(file.size)%}&lt;\/span&gt;\r\n              &lt;\/td&gt;\r\n              &lt;td&gt;\r\n                  {% if (file.deleteUrl) { %}\r\n                      &lt;button class=\"btn btn-danger delete\" data-type=\"{%=file.deleteType%}\" data-url=\"{%=file.deleteUrl%}\"{% if (file.deleteWithCredentials) { %} data-xhr-fields='{\"withCredentials\":true}'{% } %}&gt;\r\n                          &lt;i class=\"glyphicon glyphicon-trash\"&gt;&lt;\/i&gt;\r\n                          &lt;span&gt;Delete&lt;\/span&gt;\r\n                      &lt;\/button&gt;\r\n                      &lt;input type=\"checkbox\" name=\"delete\" value=\"1\" class=\"toggle\"&gt;\r\n                  {% } else { %}\r\n                      &lt;button class=\"btn btn-warning cancel\"&gt;\r\n                          &lt;i class=\"glyphicon glyphicon-ban-circle\"&gt;&lt;\/i&gt;\r\n                          &lt;span&gt;Cancel&lt;\/span&gt;\r\n                      &lt;\/button&gt;\r\n                  {% } %}\r\n              &lt;\/td&gt;\r\n          &lt;\/tr&gt;\r\n      {% } %}\r\n    &lt;\/script&gt;\r\n<\/pre>\n<\/div>\n<div class=\"tab\" id=\"changelog\">\n<h4 class=\"tab-title\"> Changelog <\/h4>\n<ul>\n<b>10\/24\/2019<\/b><\/p>\n<li> Run workflow on push and pull_request. <\/li>\n<p><b>09\/01\/2019<\/b><\/p>\n<li>Run mocha tests via Docker.<\/li>\n<p><b>07\/05\/2019 <\/b><\/p>\n<li>Add end-to-end tests using blueimp\/wdio. <\/li>\n<\/ul>\n<\/div>\n<div class=\"tab\" id=\"config-option\">\n<h2 class=\"tab-title\"> Advance Configuration Options <\/h2>\n<\/div>\n<div class=\"tab\" id=\"reviews\">\n<p>[site_reviews assigned_to=&#8221;post_id&#8221;]<\/p>\n<h5> Submit Your Review <\/h5>\n<p>[site_reviews_form assign_to=&#8221;post_id&#8221;]\n<\/p><\/div>\n<\/section>\n<div class=\"cm-box\">\n<div class=\"box-inner\">\n[ad_after_artical]\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The \u201cFile Upload\u201d is a well developed, cross-browser, cross-platform and powerful rich file uploader plugin for jQuery. It helps you&#8230;<\/p>\n","protected":false},"author":1,"featured_media":4374,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[97],"tags":[102],"class_list":["post-4186","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-text-input","tag-file-uploader"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>jQuery Multiple File Upload with Progress Bar &amp; Preview &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"jQuery Multiple File Upload with Progress Bar &amp; Preview &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-19T17:07:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T10:08:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2026\" \/>\n\t<meta property=\"og:image:height\" content=\"1522\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"jQuery Multiple File Upload with Progress Bar &#038; Preview\",\"datePublished\":\"2024-01-19T17:07:00+00:00\",\"dateModified\":\"2024-01-22T10:08:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\"},\"wordCount\":266,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\",\"keywords\":[\"File Uploader\"],\"articleSection\":[\"Text &amp; Input\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\",\"url\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\",\"name\":\"jQuery Multiple File Upload with Progress Bar & Preview &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\",\"datePublished\":\"2024-01-19T17:07:00+00:00\",\"dateModified\":\"2024-01-22T10:08:21+00:00\",\"description\":\"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png\",\"width\":2026,\"height\":1522,\"caption\":\"jQuery Multiple File Upload with Progress Bar & Preview\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Text &amp; Input\",\"item\":\"https:\/\/codehim.com\/category\/text-input\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"jQuery Multiple File Upload with Progress Bar &#038; Preview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"jQuery Multiple File Upload with Progress Bar & Preview &#8212; CodeHim","description":"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/","og_locale":"en_US","og_type":"article","og_title":"jQuery Multiple File Upload with Progress Bar & Preview &#8212; CodeHim","og_description":"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used","og_url":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-19T17:07:00+00:00","article_modified_time":"2024-01-22T10:08:21+00:00","og_image":[{"width":2026,"height":1522,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"jQuery Multiple File Upload with Progress Bar &#038; Preview","datePublished":"2024-01-19T17:07:00+00:00","dateModified":"2024-01-22T10:08:21+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/"},"wordCount":266,"commentCount":1,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png","keywords":["File Uploader"],"articleSection":["Text &amp; Input"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/","url":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/","name":"jQuery Multiple File Upload with Progress Bar & Preview &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png","datePublished":"2024-01-19T17:07:00+00:00","dateModified":"2024-01-22T10:08:21+00:00","description":"A free jQuery plugin to create multiple file upload with progress bar and file preview. The plugin is useful to create rich file uploader. Bootstrap JS used","breadcrumb":{"@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/09\/jquery-multiple-file-upload-with-progress-bar.png","width":2026,"height":1522,"caption":"jQuery Multiple File Upload with Progress Bar & Preview"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/text-input\/jquery-multiple-file-upload-with-progress-bar-preview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Text &amp; Input","item":"https:\/\/codehim.com\/category\/text-input\/"},{"@type":"ListItem","position":3,"name":"jQuery Multiple File Upload with Progress Bar &#038; Preview"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":16781,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/4186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=4186"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/4186\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/4374"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=4186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=4186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=4186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}