[eluser]marcoslavorato[/eluser]
Hello all. I got a problem with my system workflow. I have a image gallery that uses a ajax upload solution, that save in my database the images of my product. This upload happens before I got the product ID, to relate with this imagens.
[eluser]Simian Studios[/eluser]
Why not split it into two sections - first, add all the product data and save it to the DB, then you can use your uploader with the correct product ID, no problems.