Cannot delete a file the process cannot access the file because it is being used by another process

  • Thread starter Thread starter ary
  • Start date Start date
A

ary

hi all

I have a problem with working file

when i upload a file in IIS I can'd Delete it.

if I try to delete it in debug mode , it successfully worked.

my error message "the process cannot access the file
"path\filename.jpg" because it is being used by another process".

I try to dispose file upload & try to GC.collect , These can't solving
my problem.

please help me .

thanks.
 
Hi,
hi all

I have a problem with working file

when i upload a file in IIS I can'd Delete it.

if I try to delete it in debug mode , it successfully worked.

my error message "the process cannot access the file
"path\filename.jpg" because it is being used by another process".

I try to dispose file upload & try to GC.collect , These can't solving
my problem.

please help me .

thanks.

How do you save the uploaded file?

Laurent
 
Back
Top