↧
Answer by amaldec23 for Httppostedfilebase always returns null when posted...
https://stackoverflow.com/questions/28373894/httppostedfilebase-is-null-using-jquery-ajax?noredirect=1&lq=1 already answered in this oneplease check
View ArticleHttppostedfilebase always returns null when posted with jquery ajax
I am developing an mvc application and want to upload file into server. At the controller when event fires the fileupload is null.And also the model.fileupload has the path. Actually am submitting my...
View Article