I want to upload a file that is containing of more than 10,000 files. After taking input by using html file type input, it crashed. URL is also not working. Is post request not compatible with large amount of data?
Asked
Active
Viewed 38 times
0
-
It depends on server configuration. There's a maximum size. Take a look on [Can HTTP POST be limitless?](https://stackoverflow.com/q/2880722/10824407). – Olvin Roght Jul 07 '22 at 10:56
-
Server issue, client issue, how could we possible answer without seeing the code or any kind of specifications of the setup? – vanowm Jul 07 '22 at 10:56