[julia-users] File Upload featute in web application using Julia

2016-04-11 Thread NagaMurali reddy
I have implemented file upload control in html file. I have uploaded .xlsx file and submitted form as multipart/form-data. I want to read file stream from http request and save it into a .xlsx file on server. Please help me if any one have solution. Please find the attached file is my Http

[julia-users] Re: Attention users of HTTPClient

2016-05-15 Thread NagaMurali reddy
Hi Jonathan , Is there any way to implement multipart file upload in web applications using julia? On Wednesday, 2 September 2015 19:26:38 UTC+5:30, Jonathan Malmaud wrote: > > We are considering deprecating HTTPClient (a wrapper around libcurl) in > favor of Requests.jl (a mostly