Hi Team,
Am using kendo chunksave for folder upload, its working perfectly fine in local & server.
We tried to move the same piece of code to another server . but its returning the response code 302
Its suppose to get called multiple times based on number of files. but for some reason in our new server , only the first call is happening & the rest of the process is aborted due to the response code 302.
observations
1. response code
2. content type - in text/html , where its supposed to be application/json
shared both success & error logs,