Enabling sequential upload screws the keep-both and overwrite functions while uploading
fileManager.ej2Instances.uploadObj.sequentialUpload = true;
Please refer to this issue:
https://www.syncfusion.com/forums/164912/keep-both-or-replace-does-not-work
Hello,
Any updates on this please ?
Hello,
Any updates on this issue please.
Thanks,
Omar
|
failure: function (args) {
var fileManager = document.getElementById("overview_file");
fileManager.ej2_instances[0].uploadObj.isFirstFileOnSelection = false;
}, |
Hello,
I think this issue still hasn't been fixed because I just updated to the latest version and it's not yet fixed.
Thanks,
Omar
Hi Omar,
Thanks for your patience.
We have validated your reported query in the Vue FileManager component by preparing a sample with the Physical File System provider and we are not able to replicate the reported issue at our end. When we upload the same file, it is uploaded based on the option (Keep both, Replace, Skip) chosen.
For your reference, we have attached the sample, Physical File System provider, and video footage.
Sample : https://codesandbox.io/s/ecstatic-rain-m2i077?file=/src/App.vue
Provider : https://github.com/SyncfusionExamples/ej2-aspcore-file-provider
Video : https://www.syncfusion.com/downloads/support/directtrac/general/ze/VideoFileManager1882922972.zip
Have you performed any customizations at your end with the Upload file operation? If possible, replicate the issue in the above shared sample with a video to further validate this issue.
Regards,
Prasanth Madhaiyan.
Have you enabled sequential upload ?
Hi Omar,
Yes, we have enabled the sequential upload of the previously shared sample. We are able to upload files sequentially and see the options while uploading the same files. For your reference, we have attached the video.
Video : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Video-736810295.zip
We suspect that this issue may occur due to cache issues. We suggest you follow the below steps.
|
1.Delete the package.lock.json file from your application. 2.Remove the complete node_modules folder. 3.Run npm cache clean --force command. 4.Then run npm install and run the sample.
|
If the issue still persists, please share the sample with video footage and exact steps you are following at your end. These details will help us to check and provide a prompt solution. Please get back to us if you need any further assistance.
Regards,
Prasanth Madhaiyan.
- 15 Replies
- 5 Participants
-
OM Omar
- May 8, 2021 11:34 AM UTC
- Jul 14, 2022 10:05 AM UTC