.NET NeatUpload Multi-File Concurrency Issue

AhmadBelal

New Member
I've encountered some strange behavior while working on an app that is using the Neat Upload component. The multi-file uploads are working as expected.However when 2 or more users are adding files at the same time images from one user get written to the db for the subsequent user when I loop the files in the multi-file control.On upload i'm resizing the image from stream and saving the newly created image to the server.It's as if the control is somehow retaining the form info from user A when user B is in the process of uploading.I'm at a loss for what could be causing this. Since it does not occur every time it's rather difficult to troubleshoot. Has anyone had a similar experience to this?
 
Back
Top