Fixe Image Upload #1
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
parent
7877729100
commit
493b6973c5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "neutral",
|
||||
"version": "DEV_5.0",
|
||||
"version": "DEV_5",
|
||||
"private": true,
|
||||
"nodemonConfig": {
|
||||
"ext": "js, html",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 71 KiB |
@ -38,8 +38,6 @@ router.post("/", function(req, res, next) {
|
||||
|
||||
const image = req.files.apic
|
||||
|
||||
console.log("test")
|
||||
|
||||
if(req.headers.uploadforuser != null) {
|
||||
|
||||
if(check.permLevel == 4) {
|
||||
@ -48,7 +46,8 @@ router.post("/", function(req, res, next) {
|
||||
|
||||
var uploadPath = "";
|
||||
var uploadDir = __dirname.replace("routes","public" + path.sep + "images" + path.sep + "userspics" + path.sep)
|
||||
|
||||
|
||||
|
||||
if(req.files.apic.mimetype == "image/png") {
|
||||
|
||||
uploadPath = req.headers.uploadforuser + ".png"
|
||||
@ -59,7 +58,7 @@ router.post("/", function(req, res, next) {
|
||||
uploadPath = req.headers.uploadforuser+ ".jpg"
|
||||
}
|
||||
|
||||
image.mv(uploadPath, function(err) {
|
||||
image.mv(__dirname + path.sep + uploadPath, function(err) {
|
||||
if(err) {
|
||||
res.send({"result":"success", "content": "La photo de profil n'a pas pu être chargé."})
|
||||
console.log(err)
|
||||
@ -176,7 +175,7 @@ router.post("/", function(req, res, next) {
|
||||
uploadPath = ntr.checkToken(req, res).name + ".jpg"
|
||||
}
|
||||
|
||||
image.mv(uploadPath, function(err) {
|
||||
image.mv(__dirname + path.sep + uploadPath, function(err) {
|
||||
if(err) {
|
||||
res.send({"result":"success", "content": "La photo de profil n'a pas pu être chargé."})
|
||||
console.log(err)
|
||||
|
@ -9,5 +9,5 @@
|
||||
"livableToken": true,
|
||||
"createdAt": 1679260759114
|
||||
},
|
||||
"lastconnexion": 1679594165151
|
||||
"lastconnexion": 1679594782961
|
||||
}
|
@ -4,10 +4,6 @@
|
||||
"uuid": "c8f353a4-d0df-4c10-bccc-d4f47daf0f51",
|
||||
"fullname": "Administrateur",
|
||||
"permissionLevel": 4,
|
||||
"token": {
|
||||
"tokenID": "c750c10a-f69d-4dd2-8a35-65d8a74897bb",
|
||||
"livableToken": false,
|
||||
"createdAt": 1677339320398
|
||||
},
|
||||
"token": {},
|
||||
"lastconnexion": 1677339336836
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user