mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
Fixed input file
This commit is contained in:
parent
9275f3b910
commit
cff63299d9
@ -374,7 +374,7 @@ ComunicWeb.components.posts.form = {
|
|||||||
|
|
||||||
//Append values
|
//Append values
|
||||||
datas.append("kind", "pdf");
|
datas.append("kind", "pdf");
|
||||||
datas.append("image", pdfFileInput.files[0], pdfFileInput.files[0].name);
|
datas.append("pdf", pdfFileInput.files[0], pdfFileInput.files[0].name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user