Is there any way to add input file with name invoice in my upload file code #500
Unanswered
eirfaniskandar123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`
.
`
`<?php
if (isset($_POST['add'])) {
}?>`
currently im working on new ui for uploading file. before this im using normal input file so there is no problem at all. but this time im using preline library file upload. the thing is the file i upload is not detect because obviously not have input tag. but now i dont know how and where to put it. if i put it inside the code it seems the input and the file upload not sync and uploading empty data to my database. help me to find the solution
Beta Was this translation helpful? Give feedback.
All reactions