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?
Hi,
From my research, this can occur. This is because the control will overwrite the uploaded file. Therefore, the last uploaded file wins.
This is a major issue for me. I cannot let uploaded files be attached to the wrong session.
My forum question, entitled, Saving Files as Streams, is really the same topic as this one. From a variety of forum and support documentation, I copied some code that allowed me to write a handler to rename uploaded files with the same name. The problem is that I can't get the modified name back to the client to allow further actions to occur.
Thanks,Michael
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