ivan-novakov / extjs-upload-widget

File upload widget for ExtJS v4
80 stars 42 forks source link

Upload using WCF REST API? #24

Open duongtb1989 opened 10 years ago

duongtb1989 commented 10 years ago

Hi Ivan-Novakov I want to user WCF Rest, not use PHP what am I doing wrong?

thank you very much!

ivan-novakov commented 10 years ago

I don't know WCF REST, so I have no idea, how uploads are implemented in it. The widget supports multipart and raw data upload, which may be sufficient for most APIs. If not, you can write a specific uploader implementation and use it with the widget.