01-07-2020, 04:32 PM
(01-07-2020, 02:57 PM)kudzu Wrote: The file uploader doesnt "save" the file except in a temp area. Your code is the one that saves/copies it to where you want. Its is either your code forgetting to free a stream/close a file, or possibly your antivirus scanning the file as it sees it is new.Well, that I know and I'm doing the file upload exactly how your demo explains. I even try saving to a stream and even so the file will be in use. Yes, I'm freeing the stream.
So, the is either on the TIWFileUploader itself or, as you stated, on the antivirus.

