The problem is with receiving the POST request in django. I did like this. def portfolio_add(request): ukeys = request.POST.getlist('ukeys') ...
確定! 回上一頁