@DX haven't dealt with that specific issue but pretty sure I encountered a 10 mb limit on handling files in scripting. I think it's a general limit on content held in memory. The solution there was to process it line by line so the 10 mb limit applied to each line rather than the whole file. It's interesting to see that appears not to be how the logic in the drag and drop feature operates