.net - Upload file in OpenRasta using PUT -
is possible upload file in openrasta using put post method?
question multiple answers here.
if want html form, you'll have add uri decorator enable detection of methods not supported html (httpmethoduridecorator think), , append "!method" uri pass in form@action attrivute.
then can binding usual.
if want standard http client, application/octet-stream should enough, maybe content-disposition header (i can't quite remmeber if ifile type processed when using application/octet-stream).
Comments
Post a Comment