Relative Content

Tag Archive for phpwoocommerce

trying to upload images via woocommerce

Hello there im trying to upload images via woocommerce. i have a function that im passing in the images named as $files and a business id. the problem is when i send the request nothing is happening and i cant see anything on my woocommerce backend. I dont know if its the wrong method im using or its something else. this is the function to send the images and my files are coming in like this $images = $_FILES[‘images’];. Please help

trying to upload images via woocommerce

Hello there im trying to upload images via woocommerce. i have a function that im passing in the images named as $files and a business id. the problem is when i send the request nothing is happening and i cant see anything on my woocommerce backend. I dont know if its the wrong method im using or its something else. this is the function to send the images and my files are coming in like this $images = $_FILES[‘images’];. Please help