Good Day
i am using a AsyncUpload(telerik), i am in a point where i am supposed to save the File to a certain Folder.
First i check if the directory exist
Because i am doing multiple Upload , i will have to loop through the items of the Upload control and save to a folder.
Now when ever i debug this , when it comes to this line
i get an Error
The process cannot access the file because it is being used by another process
I have removed the Readonly in the Folder that it supposed to write to and gave everyone permission , but still the error persist.
Thanks