Hi msalti,
That is strange. Could you try it again for this code ?
using (Stream stream = args.OpenStream())
{
}
-----
Ajax Uploader is trying to delete the temporary file when the uploaded event is finished.
It should be OK when the stream is disposed.
If the error still exists , you can call
then that temporary file would be deleted after 1 hour.
Regards , Terry .