fix imageupload path
This commit is contained in:
parent
f481c3f8e3
commit
318cb728e1
@ -42,7 +42,7 @@ $.fn.imageUpload = function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '/imageupload?id=' + id,
|
url: '../imageupload?id=' + id,
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
data: e.target.result,
|
data: e.target.result,
|
||||||
processData: false,
|
processData: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user