I was wondering whether it's possible to upload a file from Mathematica to ifile.it. I have seen the API of ifile.it, however, I still don't know how it works. Furthermore, the closest example I've seen in Mathematica is 'Twittering with Mathematica', but it's not clear to me, how can I use a GET request from that example.
Thanks in advance
ragfield's answer gets points for not being a hack, but you can also do this without JLink:
(Cross-answered from https://mathematica.stackexchange.com/questions/52338/more-complete-mutipartdata-posts-using-urlfetch/97658#97658)
Setup the Java HttpClient library.
Determine which server to use.
Upload the file to the server with a POST request using a MultipartRequestEntity with a FilePart.