I am running a small store that sells printed products. i use woocommerce to add gravity forms to each product and i have it working as needed.
My main question is this:
Currently using an image upload form for a product, customer enters details and uploads an attached file, this file then ends up in the following directory;
"/wp-content/uploads/gravity_forms/10-687a16a21ea392337fbf6916c2442fb8/2013/01/Abstract-2560x1600.jpg"
is there a way to change directory to;
"/artwork/2013/01/Abstract-2560x1600.jpg"
so new directory and removed the random characters.
any help appreciated.