Can I add file upload form and associate it with specific product

Hi folks,
I am trying to add image upload form to the product page so every time user orders a product they can upload file with it.
Is there such an option and if so - how to associate product with the uploaded image?
Thanks

You can generate a new DATABASE, which will collect all the important DATA about BUYER/SELLER and the DEAL.

Buyer buys a product… ---->

  1. Buyer-ID --------->(_ownerID)
  2. Product-ID ------>(_id)
  3. Buyers-Name → (buyerName)
  4. Uploaded-Image-URL (you will get the URL after upload the file first)
  5. Price

You can call your new generated DATABASE SoldItemsList, what how ever you want.