Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebUpload files cross
posted

Im using WebUpload CLR 4.5 2014.1 for a aspx but in some cases when the users updload files at the same time the files are crossing , i dont know what can i do for syncronize the uploads because this occurs frequently , any idea what can i do?

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Luis, 

    Thank you for posting in our forum. 

    I’ve tried reproducing this on my side, however I was not able to.

    I’ve attached the sample I used to test this for your reference. You’ll see in the Uploads folder two large files – one containing only the number 0 and the other containing only the number 1. When uploading the two files simultaneously from different browser windows, the files did not get mixed.

     Please test this on your side and let me know if you’re observing a different result.

     If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using.  My test was performed using version 14.1.20141.2392, which is the latest SR for 14.1.

     If the project does show the product feature working correctly, this indicates a possible problem in the code of your application.  It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.

     Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

     Please let me know if I can provide any further assistance.

     Best Regards,

    Maya Kirova

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

     

    WebUpload_Sample.zip
Children