When I first run the script I don't recieve any errors whatsoever but if I hit refresh I recieve the following:
ADODB.Stream error '800a0bbc'
Write to file failed.
/test.asp, line 34
Which is this line:
oStream.savetofile DestFolder & myfilename, adSaveCreateNotExist
If I place a response.write in front of this line it displays but gives the same error as above but if I place it after it does not display.