I am looking get a site built. But don't know if i should go with wordpress or magento. I want users to have the ability to purchase item then given option to upload artwork afterwards. Can anyone point me in the right direction?
So basically, what you want is to give the user the ability to pay for something, then upload their artwork to be printed? Why not reverse that, have the user upload something -> submit form -> save all data in a database and set a PAYED flag to "no", then show some sort of payment option which when paid will redirect to some page with an identifier to set the flag of PAYED to "yes" and then notify the site admin so they can start their work.