{"id":83599,"library":"net-http-uploadprogress","title":"Net::HTTP::UploadProgress","description":"Get the file uploading progress.","status":"active","version":"2.0.0","language":"ruby","source_language":null,"source_url":"https://github.com/SKAhack/net-http-uploadprogress","tags":["http","upload","progress","networking"],"install":[{"cmd":"gem install net-http-uploadprogress","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'net-http-uploadprogress', '~> 2.0.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Net::HTTP::UploadProgress","correct":"require 'net/http/uploadprogress'"}],"quickstart":{"code":"require 'net/http/uploadprogress'\nuri = URI('http://example.com/upload')\nfile = File.open('large_file.zip')\nrequest = Net::HTTP::Post::Multipart.new(uri.path, file: UploadIO.new(file, 'application/octet-stream', 'large_file.zip'))\nrequest.upload_progress do |progress|\n  puts \"Uploaded #{progress}%\"\nend\nresponse = Net::HTTP.start(uri.host, uri.port) { |http| http.request(request) }","lang":"ruby","description":"Track upload progress when sending multipart POST requests."},"warnings":[{"fix":"Upgrade to Ruby 2.0 or later.","message":"Requires Ruby 2.0+ and the 'net/http' library; not compatible with older Ruby versions.","severity":"breaking","affected_versions":">= 2.0.0"}],"env_vars":null,"search_vec":"'file':6 'get':4 'http':2,9 'net':1 'network':12 'progress':8,11 'upload':7,10 'uploadprogress':3","created_at":"2026-06-19T05:48:51.660842+00:00","updated_at":"2026-06-19T05:48:51.660842+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/SKAhack/net-http-uploadprogress","github":"https://github.com/SKAhack/net-http-uploadprogress","docs":"http://www.rubydoc.info/gems/net-http-uploadprogress/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}