0
我正在使用以下語法。我已經四處搜尋,但我一直無法解決問題。無論如何,我在while循環Uploadify同一頁上的多個實例不起作用
<input type=\"file\" name=\"bulkupload[]\" id=\"bulkimgupload\" class=\"bulkupload\" prodid=\"$pid\"/>
有以下代碼,以下是jQuery的部分
$('.bulkupload').each(function() {
var $bulkupload = $(this);
$bulkupload.uploadify({
'swf' : 'uploadify.swf',
'uploader' : 'bulkupload.php',
'buttonText': 'Upload Images',
});
});
古怪它只能運行在第一個實例,並顯示在所有後來者簡單的文件上傳按鈕。
是感謝傻我! –
你很好:) – pszaba