0
I’m using a plugin for multiple image uploads, the Kartik-v/bootstrap-fileinput. On my localhost is working without any problem but when I send the application to the server and try to upload the images, after the sixth image the requests are being canceled and returning the following message:
Provisional headers are shown
I don’t know what to do, I don’t know how to fix it. I googled about the message but it didn’t help me much either. I figured it would be something with the server or the connection, so I made my localhost available on network and tested on another computer, it gives the same error.
tried in tab anonymous, only to eliminate the possibility of being some addon interfering?
– daniel__
Yes, I’ve tried. The error continues :(
– Amanda Lima
I could post the code of how you’re doing the upload images? Maybe you can help better.
– Evert
@Amandalima managed to solve the problem?
– Renan Gomes
I couldn’t, I decided to use another way to upload.
– Amanda Lima