Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
When i upload more than 1200 files some of the requests gets failed ,all requests are sent at once.
Now i want to upload files sequentially after one file successfully submitted next file should begin

What I have tried:

I created a uploader which accepts upto 1200 files but all requests are sent though im using for loop and i want to upload sequentially so one request starts after one ends
Posted
Comments
Richard Deeming 10-Jun-21 7:20am    
If you want someone to help you fix your code, you need to show the relevant parts of your code.

Click the green "Improve question" link and update your question to add the relevant parts of your code, and an explanation of what you have tried and where you are stuck. Remember to include the full details of any errors.

1 solution

Use ng2 file upload plugin for angular 4 ng2-file-upload and you can upload large files also.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900