If Drupal’s so easy….
I’ve got some questions for you. Let me first set the stage:
I have new idea for a node type. I’m going to create one that will embed javascript-replayable chess games in a block on a page. Data entry will require uploading two files generated from another application. Both of those files will be slightly modified., and one of them will be parsed into component information chunks.
How do you even begin to write that for Drupal? Note, I already have written php code that can take the files being input and create the chuncks I need. But they are two files, not one, and Drupal only lets you store one blob per node, as far as I can tell. (more…)