{"id":27148856,"url":"https://github.com/fripixel/uploadr","last_synced_at":"2026-01-21T11:02:11.621Z","repository":{"id":58223068,"uuid":"44065703","full_name":"Fripixel/uploadr","owner":"Fripixel","description":"Simplifying the upload proccess","archived":false,"fork":false,"pushed_at":"2015-11-25T17:18:12.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T19:47:49.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fripixel.png","metadata":{"files":{"readme":"readme.html","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-11T19:10:56.000Z","updated_at":"2015-10-11T19:41:10.000Z","dependencies_parsed_at":"2022-09-03T21:31:06.243Z","dependency_job_id":null,"html_url":"https://github.com/Fripixel/uploadr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fripixel/uploadr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fripixel%2Fuploadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fripixel%2Fuploadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fripixel%2Fuploadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fripixel%2Fuploadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fripixel","download_url":"https://codeload.github.com/Fripixel/uploadr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fripixel%2Fuploadr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-08T12:34:35.267Z","updated_at":"2026-01-21T11:02:11.604Z","avatar_url":"https://github.com/Fripixel.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\u003cimg src=\"http://www.fripixel.com.br/img/logotipo-footer.png\" alt=\"Fripixel Logo\" title=\"Fripixel Logo\"\u003e\u003c/p\u003e\n\u003ch1 id=\"uploader\"\u003eUPLOADER\u003c/h1\u003e\n\u003ch2 id=\"simplifying-the-upload-proccess\"\u003esimplifying the upload proccess\u003c/h2\u003e\n\u003cp\u003eThis plugins will accelerate your upload process.\u003c/p\u003e\n\u003cp\u003eit\u0026#39;s simple to use, and its very useful.\u003c/p\u003e\n\u003cp\u003eJust add the styles \u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-html\"\u003e    \u0026lt;link rel=\u0026quot;stylesheet\u0026quot; href=\u0026quot;https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/css/materialize.min.css\u0026quot; /\u0026gt;    \n    \u0026lt;link rel=\u0026quot;stylesheet\u0026quot; href=\u0026quot;//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css\u0026quot;\u0026gt;    \n    \u0026lt;link rel=\u0026quot;stylesheet\u0026quot; href=\u0026quot;dist/css/uploadr.css\u0026quot; /\u0026gt;\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e...and the necessary libraries...\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-html\"\u003e    \u0026lt;script src=\u0026quot;//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js\u0026quot;\u0026gt;\u0026lt;/script\u0026gt;        \n    \u0026lt;script src=\u0026quot;https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/js/materialize.min.js\u0026quot;\u0026gt;\u0026lt;/script\u0026gt;\n    \u0026lt;script src=\u0026quot;dist/js/uploadr.min.js\u0026quot;\u0026gt;\u0026lt;/script\u0026gt;\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e...create the basic HTML structure...\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-html\"\u003e    \u0026lt;!-- uploadr --\u0026gt;\n    \u0026lt;div class=\u0026quot;input-field col s12 margin-reset margin-bottom-default\u0026quot;\u0026gt;\n        \u0026lt;!-- basic structure --\u0026gt;\n        \u0026lt;div class=\u0026quot;uploadr\u0026quot;\u0026gt;\n            \u0026lt;a href=\u0026quot;javascript:;\u0026quot; id=\u0026quot;addfile\u0026quot; class=\u0026quot;btn btn-block blue lighten-1\u0026quot;\u0026gt;\u0026lt;i class=\u0026quot;fa fa-picture-o\u0026quot;\u0026gt;\u0026lt;/i\u0026gt; images\u0026lt;/a\u0026gt;    \n            \u0026lt;ul id=\u0026quot;preview\u0026quot;\u0026gt;\u0026lt;/ul\u0026gt;\n        \u0026lt;/div\u0026gt;\n        \u0026lt;!--// basic structure --\u0026gt;\n        \u0026lt;hr /\u0026gt;\n    \u0026lt;/div\u0026gt;\n    \u0026lt;!--// uploadr --\u0026gt;\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e...and initialize the plugin like this:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-javascript\"\u003e$(function(){\n    $(\u0026quot;.uploadr\u0026quot;).uploadr({\n          \u0026#39;buttonID\u0026#39;: \u0026#39;#addfile\u0026#39;, //id of the uploadr\n          \u0026#39;inputName\u0026#39;: \u0026#39;images[]\u0026#39;, //field name \n          \u0026#39;accept\u0026#39;: \u0026quot;image/x-png, image/gif, image/jpeg\u0026quot;, //filter extensions\n          \u0026#39;multiple\u0026#39;: null, //multiple files\n          \u0026#39;qty\u0026#39;: 0, //amount of files 0 = unlimited          \n          \u0026#39;once\u0026#39;: false // upload one file            \n    });\n});\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e\u003cem\u003eDone! Enjoy it!\u003c/em\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eDeveloped by:\u003c/strong\u003e \u003ca href=\"http://www.fripixel.com.br\"\u003ehttp://www.fripixel.com.br\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffripixel%2Fuploadr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffripixel%2Fuploadr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffripixel%2Fuploadr/lists"}