Can someone explain why the table structure of a file upload button is different in Preview Mode than it is when you actually start the process?
We discovered this when trying to count tr elements in the file upload table to get the file count. We developed the solution in preview that required us to divide the number of rows by 2 and subtract 1 to get the actual number of files, but when we moved to actually running the process the count was no longer correct. The table structure was significantly different.
Can someone explain why?