Here's what I'm trying to do. I've compiled a spreadsheet that lists all the Device Upgrade files from Yahoo along with their descriptions and their authors. My intent is to write some HTML to fake out the upload process on my new File Section, so all I have to do is press a button and the file gets loaded. I would then make the spreadsheet write the HTML for me.
Well, I have it all working except for the file part. If I leave the file section box un-hidden with the BROWSE button active, i can use the browse button to select a file and load it, this much works. But what I want to be able to do is hard code the file name into the INPUT statement of the HTML form, then all I'd have to do is press the button, and voila, but this is the part I can't get working.
Does anybody have any ideas how I can make this work, or maybe think of a different way of approaching it?