Hate to bump old stuff but saw new referral to this thread...
Using FSO is slow and resource intensive. I would recommend something that uses adodb.stream object for writing the files. I'm fairly certain it gets around the size issue and it's MUCH faster and less CPU intensive.
If you look at that chart you can see a speed comparison of using FSO vs ADO stream. FSO being 'ASP Emporium' and 'ASP101'.
I tried to get ado.stream going earlier because obviously the fso isn't the right way to go, I just couldn't ever get it to work, and since ASP really is a dying technology, I was happy to leave it at that.
The size limitations we ran into all seemed to be in regards to the upload process, so I'm hesitant to think switching to ado.stream would make any difference with that issue.
Comment