progress bar not update where upload multipart
问题 I have code to upload using multipart like this , in this code I have add progress bar protected String doInBackground(String... args) { namapro = inputtitle.getText().toString(); hargapro = inputprice.getText().toString(); despro= inputdes.getText().toString(); orderpro = inputorder.getText().toString(); path = getIntent().getStringExtra("pathimage"); product.setTitle(namapro); product.setPrice(hargapro); product.setDesc(despro); product.setHow(orderpro); product.setImage(path); try{