ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

filtransfer not compatible with hxssl #51

Open postite opened 8 years ago

postite commented 8 years ago

hello just passing to say that this line https://github.com/ufront/ufront-mvc/blob/master/src/ufront/remoting/HttpWithUploads.hx#L88

generate an error when using haxelib hxssl . not really important but i guess it worth reporting it .

kevinresol commented 8 years ago

What is the error? And it sounds like that it is a bug of hxssl?

postite commented 8 years ago

the error is : mvc/src/ufront/remoting/HttpWithUploads.hx:89: characters 7-21 : haxe.Http has no field fileTransfer (Suggestion: fileTransfert)

kevinresol commented 8 years ago

You are using a neko/cpp client?