bot(fix product images upload issues)

because the upload function was inside a debounce HOF, only the last image was being uploaded. Now i moved the function outside the HOF and all images are now being uploaded.