Hy guy。uploadify + asp.net-mvc3問題
我真的試過這樣做,但所有即時通訊都是「IO錯誤」。
下面的代碼...
$('#uploaded').uploadify({
'uploader': '/Scripts/EggScripts/Uploadify/uploadify.swf',
'cancelImg': '/Scripts/EggScripts/Uploadify/cancel.png',
'buttonText': 'Anexar',
'script':'Interaction/Upload',
'folder': '/uploads/',
'multi': true,
'auto': true
});
'
[AcceptVerbs(HttpVerbs.Post)]
public string Upload(HttpPostedFileBase file)
{}
甚至沒有被達到斷點上傳動作。我沒有使用任何授權裝飾。
任何消化?