|
@@ -381,7 +381,7 @@
|
|
|
//data.append('file', $('.img_up1').prop('files')[0]);
|
|
|
data.append('file', files[0]);
|
|
|
// append other variables to data if you want: data.append('field_name_x', field_value_x);
|
|
|
- $(this).next().text('上傳中');
|
|
|
+ //$(this).next().text('上傳中');
|
|
|
console.log($(this).next());
|
|
|
// $(this).next().html('<img src="img/Spinner-1s-181px.gif">');
|
|
|
$.ajax({
|