How can I use upload.single() with if conditions ? #1207
Unanswered
mrcihantoker
asked this question in
Q&A
Replies: 1 comment
-
Does your code not work? Is there any error? Show the debugging details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to code a "add product" page for my e-commerce website.I want system to get the input values and check the database for the product with the same name.If there isn't a product with the same name;I want system add the photo to 'Image' folder.How can I do it ?(enctype is set to multipart/form-data)
Beta Was this translation helpful? Give feedback.
All reactions