{"id":8995,"date":"2012-09-27T19:10:47","date_gmt":"2012-09-27T13:40:47","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=8995"},"modified":"2016-12-19T14:50:56","modified_gmt":"2016-12-19T09:20:56","slug":"how-to-customized-input-type-file-upload","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/","title":{"rendered":"How to customize input type file upload ?"},"content":{"rendered":"<p>We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web.<\/p>\n<p style=\"padding-bottom:10px\">\n<p>In one of my project i have tried to change the look of input type file but i faced a lot of problems. I was not able to change background color and border color of input type file. Actually, by default it looks different in all browsers.<\/p>\n<p style=\"padding-bottom:10px\">\n<p style=\"padding-bottom:10px\">\n<p>But after a long struggle i found the method to do this. Here is the method how you can customize your input type file.<\/p>\n<p style=\"padding-bottom:10px\">\n<p>[html]<br \/>\n&amp;lt;div id=&amp;quot;uploads&amp;quot;&amp;gt;<br \/>\n\t&amp;lt;div class=&amp;quot;fakeupload&amp;quot;&amp;gt;<br \/>\n\t\t&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;fakeupload&amp;quot; name=&amp;quot;fakeupload&amp;quot;&amp;gt;<br \/>\n\t&amp;lt;\/div&amp;gt;<br \/>\n&amp;lt;input type=&amp;quot;file&amp;quot; onchange=&amp;quot;$(&#8216;#fakeupload&#8217;).val($(this).val());&amp;quot; class=&amp;quot;realupload&amp;quot; id=&amp;quot;realupload&amp;quot; name=&amp;quot;uploads&amp;quot;&amp;gt;<br \/>\n&amp;lt;\/div&amp;gt;<br \/>\n[\/html]<\/p>\n<p style=\"padding-bottom:10px\">\n<p>First i created a main div and given it a id &#8220;uploads&#8221; and set its background image as shown below. Then i created another div into it and given it class &#8220;fakeupload&#8221;. It contains input type text which will show the path of the file selected from the local machine. Outside the inner div i created input type file and positioned it over the input type text and set its opacity to none so that it is not visible. Then i used jquery on onchange event to show the path of the selected file into the input type text.<\/p>\n<p style=\"padding-bottom:15px\">\n<p>Here is the CSS which i used:-<\/p>\n<p>[html]<br \/>\n#uploads {<br \/>\n    margin: 6px 0;<br \/>\n    padding: 0 0 9px;<br \/>\n    position: relative;<br \/>\n    width: 310px;<br \/>\n}<br \/>\n#uploads div.fakeupload {<br \/>\n    background: url(&amp;quot;..\/images\/browse1.gif&amp;quot;) no-repeat scroll 100% 50% transparent;<br \/>\n    cursor: pointer;<br \/>\n}<br \/>\n#uploads div.fakeupload input {<br \/>\n    width: 219px;<br \/>\n    height: 29px;<br \/>\n}<br \/>\n#uploads input.realupload {<br \/>\n    opacity: 0;<br \/>\n    position: absolute;<br \/>\n    right: 0;<br \/>\n    top: 0;<br \/>\n    width: 310px;<br \/>\n    z-index: 2;<br \/>\n}<br \/>\n[\/html]<\/p>\n<p style=\"padding-bottom:10px\">\n<p>The final output looks like this<\/p>\n<p style=\"padding-bottom:10px\">\n<p style=\"padding-bottom:10px\">\n<p>Hope it helps ! \ud83d\ude42<br \/>\nKapil Chotwani<br \/>\n<a href=\"mailto:kapil@intelligrape.com\">kapil@intelligrape.com<\/a><\/p>\n<p style=\"padding-bottom:10px\">\n","protected":false},"excerpt":{"rendered":"<p>We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change [&hellip;]<\/p>\n","protected":false},"author":51,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":8,"footnotes":""},"categories":[1],"tags":[1096,1099,1097,1098],"class_list":["post-8995","post","type-post","status-publish","format-standard","hentry","category-technology","tag-custom-file-upload","tag-file-upload-css-change","tag-input-type-file-change","tag-input-type-file-css"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kapil Chotwani\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"How to customize input type file upload ? | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to customize input type file upload ? | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#article\",\"name\":\"How to customize input type file upload ? | TO THE NEW Blog\",\"headline\":\"How to customize input type file upload ?\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2012-09-27T19:10:47+05:30\",\"dateModified\":\"2016-12-19T14:50:56+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#webpage\"},\"articleSection\":\"Technology, custom file upload, file upload css change, input type file change, input type file css\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#listItem\",\"name\":\"How to customize input type file upload ?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#listItem\",\"position\":3,\"name\":\"How to customize input type file upload ?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/\",\"name\":\"Kapil Chotwani\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/446eb8706b9d5f7e8454c08a5b7170382a4eac53ead85546444e66862834b658?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kapil Chotwani\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/\",\"name\":\"How to customize input type file upload ? | TO THE NEW Blog\",\"description\":\"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-customized-input-type-file-upload\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"datePublished\":\"2012-09-27T19:10:47+05:30\",\"dateModified\":\"2016-12-19T14:50:56+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to customize input type file upload ? | TO THE NEW Blog","description":"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change","canonical_url":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#article","name":"How to customize input type file upload ? | TO THE NEW Blog","headline":"How to customize input type file upload ?","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/kapil\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"datePublished":"2012-09-27T19:10:47+05:30","dateModified":"2016-12-19T14:50:56+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#webpage"},"articleSection":"Technology, custom file upload, file upload css change, input type file change, input type file css"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#listItem","name":"How to customize input type file upload ?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#listItem","position":3,"name":"How to customize input type file upload ?","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/kapil\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/kapil\/","name":"Kapil Chotwani","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/446eb8706b9d5f7e8454c08a5b7170382a4eac53ead85546444e66862834b658?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kapil Chotwani"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/","name":"How to customize input type file upload ? | TO THE NEW Blog","description":"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/kapil\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/kapil\/#author"},"datePublished":"2012-09-27T19:10:47+05:30","dateModified":"2016-12-19T14:50:56+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"How to customize input type file upload ? | TO THE NEW Blog","og:description":"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change","og:url":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to customize input type file upload ? | TO THE NEW Blog","twitter:description":"We can transform the look and feel of almost every element of HTML but it is quite difficult to apply style and change the look of input type file. This tag is use for choosing a file from local machine and upload it on web. In one of my project i have tried to change","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"8995","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 13:29:57","updated":"2024-02-29 08:45:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to customize input type file upload ?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"How to customize input type file upload ?","link":"https:\/\/2thenew.xyz\/blog\/how-to-customized-input-type-file-upload\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/8995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/51"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=8995"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/8995\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=8995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=8995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=8995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}