░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/gems/multipart/lib
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: multipart.rb
# frozen_string_literal: true # # Copyright (C) 2018 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. # From: http://deftcode.com/code/flickr_upload/multipartpost.rb ## Helper class to prepare an HTTP POST request with a file upload ## Mostly taken from # http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/113774 ### WAS: ## Anything that's broken and wrong probably the fault of Bill Stilwell # #(bill@marginalia.org) ### NOW: ## Everything wrong is due to keith@oreilly.com require "mime/types" require "net/http" require "cgi" require "base64" module Multipart require "multipart/file_param" require "multipart/param" require "multipart/terminator" require "multipart/sequenced_stream" require "multipart/post" end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 multipart/
DIR
—
2023-09-24 03:39
📄 multipart.rb
RB
1.3 KB
2023-09-24 03:39
EDIT