jonathan-mui
jonathan-mui
I have a domain "https://www.example.com". I've setup my config.ru to do the simple forward shown in the wiki ``` ruby reverse_proxy /^\/blog(\/*.*)$/, 'http://myblog.tumblr.com$1' ``` However, when I try to visit...
You can specify content-type for Curl::Postfield.content, but not for Curl::Postfield.file. http://curb.rubyforge.org/classes/Curl/PostField.html
I want to be able to customize the content-disposition of a field for a multipart request with a documentid, but no such option exists. > Content-Disposition: file; filename="TestTextDoc.txt";documentid=1
Longshot issue here... I occasionally see that some files being uploaded to s3 are uploaded as 0 byte files. I try downloading the upload, but nothing seems to be there...What...