Search code examples
ajaxlaravellaravel-5.7plupload

Http error 500 while uploading with plupload


I'm getting Http error 500 while uploading with plupload, I've searched more about this problem, somebody said it is about memory limit or max upload size or others, I've tested all of them, but the problem is when I'm uploading some files, they are uploading well, but after a while I'm deleting that files and trying to upload again, it causes HTTP error 500. I'm using plupload laravel.

Is there any help?

Thank you so much :)


Solution

  • I found a way with making file part to part plupload, Pluplpoad has an ability to using chunk files, I set that and it helped me.