upload script edited
This commit is contained in:
parent
c1a8cadda5
commit
be81499a00
|
|
@ -33,7 +33,7 @@ function setpath() {
|
||||||
}
|
}
|
||||||
function upload() {
|
function upload() {
|
||||||
var filePath = document.getElementById("filepath").value;
|
var filePath = document.getElementById("filepath").value;
|
||||||
var upload_path = "files/upload/" + filePath;
|
var upload_path = "upload/" + filePath;
|
||||||
var fileInput = document.getElementById("newfile").files;
|
var fileInput = document.getElementById("newfile").files;
|
||||||
|
|
||||||
/* Max size of an individual file. Make sure this
|
/* Max size of an individual file. Make sure this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user